From: Ralf S. Engelschall Date: Thu, 5 Aug 1999 13:31:42 +0000 (+0000) Subject: typo while I poke around... X-Git-Tag: OpenSSL_0_9_4~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1816a0408c59be119600fa49f8846a8c854c239;p=oweals%2Fopenssl.git typo while I poke around... --- 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). */