aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-26 15:23:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-26 15:23:42 +0000
commit024e6fed625b8f0e6c71d7b12c37d73fb5f71ea8 (patch)
tree8b6f39cd3e26ea0185c40b5dbf9b96d771a3fbad /ssl
parent48b095168181223fc7af6ee0c475600b51581089 (diff)
downloadopenssl-024e6fed625b8f0e6c71d7b12c37d73fb5f71ea8.tar.gz
typo
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 0aa675efce..37c54949e3 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -673,7 +673,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
/* Flags returned by SSL_check_chain */