Commit b1816a04 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

typo while I poke around...

parent 1a677f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -794,7 +794,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file)
				ret = 0;
				ret = 0;
				goto end;
				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
			 * added to the chain (while we must free the main
			 * certificate, since its reference count is increased
			 * certificate, since its reference count is increased
			 * by SSL_CTX_use_certificate). */
			 * by SSL_CTX_use_certificate). */