commit | b1816a0408c59be119600fa49f8846a8c854c239 | [log] [tgz] |
---|---|---|
author | Ralf S. Engelschall <rse@openssl.org> | Thu Aug 05 13:31:42 1999 +0000 |
committer | Ralf S. Engelschall <rse@openssl.org> | Thu Aug 05 13:31:42 1999 +0000 |
tree | 80dc223fa4be4e96de4af173004b967ada47217f | |
parent | 1a677f7aea2d4c0d5457bbdd9d7201608b58c24c [diff] [blame] |
typo while I poke around...
diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index f367d39..6ec7a5c 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c
@@ -794,7 +794,7 @@ 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). */