Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-07-20 11:11:04 +0300
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-07-20 12:25:52 +0300
commit13f1ebe8272c5463b5d83d656cb8f0c93c89cd94 (patch)
treef58d47822e8036b3e796c7237f93e5e945c9337c /include/openssl/ssl3.h
parent14a077c353b3b750dc3d8de8de9e0ea408c2ba20 (diff)
Factor out the client_cert_cb code.
Share a bit more of it between TLS 1.2 and 1.3. Change-Id: I43c9dbf785a3d33db1793cffb0fdbd3af075cc89 Reviewed-on: https://boringssl-review.googlesource.com/8849 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Diffstat (limited to 'include/openssl/ssl3.h')
-rw-r--r--include/openssl/ssl3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index beab5722..4439a385 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -322,7 +322,6 @@ OPENSSL_COMPILE_ASSERT(
#define SSL3_ST_CW_CERT_A (0x170 | SSL_ST_CONNECT)
#define SSL3_ST_CW_CERT_B (0x171 | SSL_ST_CONNECT)
#define SSL3_ST_CW_CERT_C (0x172 | SSL_ST_CONNECT)
-#define SSL3_ST_CW_CERT_D (0x173 | SSL_ST_CONNECT)
#define SSL3_ST_CW_KEY_EXCH_A (0x180 | SSL_ST_CONNECT)
#define SSL3_ST_CW_KEY_EXCH_B (0x181 | SSL_ST_CONNECT)
#define SSL3_ST_CW_CERT_VRFY_A (0x190 | SSL_ST_CONNECT)