| commit | 024e6fed625b8f0e6c71d7b12c37d73fb5f71ea8 | [log] [tgz] |
|---|---|---|
| author | Dr. Stephen Henson <steve@openssl.org> | Wed Dec 26 15:23:42 2012 +0000 |
| committer | Dr. Stephen Henson <steve@openssl.org> | Wed Dec 26 15:23:42 2012 +0000 |
| tree | 8b6f39cd3e26ea0185c40b5dbf9b96d771a3fbad | |
| parent | 48b095168181223fc7af6ee0c475600b51581089 [diff] [blame] |
typo
diff --git a/ssl/ssl.h b/ssl/ssl.h index 0aa675e..37c5494 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h
@@ -673,7 +673,7 @@ /* 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 /* Flags returned by SSL_check_chain */