projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b762aca
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 15:23:16 +0000
(15:23 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 15:23:16 +0000
(15:23 +0000)
ssl/ssl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl.h
b/ssl/ssl.h
index daac6965d89b8f86de0006121c5991d89abe1ac9..e9ed52bb41a370dfa5023d5657b836ba5485da0c 100644
(file)
--- 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
-/*
C
on't include root CA in chain */
+/*
D
on'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,