aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/dtls1.h
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2015-12-06 17:56:41 +0100
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-02 10:47:52 -0500
commit7946ab33cecce60afcc00afc8fc18f31f9e66bff (patch)
treefa178fbc42a649e87e201820cc11796dc3c7d6de /include/openssl/dtls1.h
parent1e0784ff95cd69090e26e2205bfec6305038db56 (diff)
downloadopenssl-7946ab33cecce60afcc00afc8fc18f31f9e66bff.tar.gz
Add support for minimum and maximum protocol version
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'include/openssl/dtls1.h')
-rw-r--r--include/openssl/dtls1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index f214296d4b..1de5f68b6e 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -66,6 +66,7 @@ extern "C" {
# define DTLS1_VERSION 0xFEFF
# define DTLS1_2_VERSION 0xFEFD
+# define DTLS_MIN_VERSION DTLS1_VERSION
# define DTLS_MAX_VERSION DTLS1_2_VERSION
# define DTLS1_VERSION_MAJOR 0xFE