summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-02-12 17:06:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-02-12 17:06:02 +0000
commitcf56663fb71ce279eb8ea603faf0a3c98cc7bc47 (patch)
tree1cdf49d65353717e05dfd83005506bae9780c617 /ssl/ssl.h
parentea513641d05cfaa3f787de4ad19fdf9307869ad3 (diff)
Option to disable SSL auto chain build
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 466b8a7122..97b313fd87 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -529,6 +529,8 @@ typedef struct ssl_session_st
/* Never bother the application with retries if the transport
* is blocking: */
#define SSL_MODE_AUTO_RETRY 0x00000004L
+/* Don't attempt to automatically build certificate chain */
+#define SSL_MODE_NO_AUTO_CHAIN 0x00000008L
/* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value,