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@chromium.org>2014-08-03 21:37:47 +0400
committerAdam Langley <agl@google.com>2014-08-18 21:57:01 +0400
commitcc23df53da503b6095d4c8d0dd5207e90ebf4580 (patch)
tree5db85239d79f6d06d1fa1fb2f488cc1eea9f90ac /include/openssl/dtls1.h
parent6f2600199c82330240de9a7f65a801b6f606b7b3 (diff)
Remove SSL_OP_CISCO_ANYCONNECT.
I see no internal users and the existence of a THIRD version encoding complicates all version-checking logic. Also convert another version check to SSL_IS_DTLS that was missed earlier. Change-Id: I60d215f57d44880f6e6877889307dc39dbf838f7 Reviewed-on: https://boringssl-review.googlesource.com/1550 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/dtls1.h')
-rw-r--r--include/openssl/dtls1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index cc91349d..18fd1368 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -68,7 +68,6 @@ extern "C" {
#define DTLS1_VERSION 0xFEFF
-#define DTLS1_BAD_VER 0x0100
#define DTLS1_2_VERSION 0xFEFD
/* Special value for method supporting multiple versions */
#define DTLS_ANY_VERSION 0x1FFFF