From: Dr. Stephen Henson Date: Wed, 26 Dec 2012 15:23:16 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_1_0_2-beta1~509 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5ff2ef79e65f3331df9ed7b8ba4532251d9fc46f;p=oweals%2Fopenssl.git typo --- diff --git a/ssl/ssl.h b/ssl/ssl.h index daac6965d8..e9ed52bb41 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -659,7 +659,7 @@ struct ssl_session_st /* Flags for building certificate chains */ /* Treat any existing certificates as untrusted CAs */ #define SSL_BUILD_CHAIN_FLAG_UNTRUSTED 0x1 -/* Con't include root CA in chain */ +/* Don't include root CA in chain */ #define SSL_BUILD_CHAIN_FLAG_NO_ROOT 0x2 /* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value,