X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=ssl%2Fssl_rsa.c;h=6ec7a5cdb1955c60f5416dbc23239caf83be43bf;hb=ce76ce43ae024cf0e4b76b66187ed50b609ba146;hp=f367d39bdc13346b278f2ab13768d665ce7a7d38;hpb=74678cc2f8132ad34f7c33731c4765cf3083de8c;p=oweals%2Fopenssl.git diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index f367d39bdc..6ec7a5cdb1 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c @@ -794,7 +794,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) ret = 0; goto end; } - /* Note that we must not free r if it was succesully + /* Note that we must not free r if it was successfully * added to the chain (while we must free the main * certificate, since its reference count is increased * by SSL_CTX_use_certificate). */