diff options
author | jsing <> | 2016-08-22 14:58:26 +0000 |
---|---|---|
committer | jsing <> | 2016-08-22 14:58:26 +0000 |
commit | bc8daaa54fcae91a1edfd7b0ee12e9e77df180e7 (patch) | |
tree | 98084b43a52e83fbc47144dd0ab348fc3129083f /src/lib | |
parent | 053f451db9af19c1bd07e6f5161fa7da01066a2a (diff) | |
download | openbsd-bc8daaa54fcae91a1edfd7b0ee12e9e77df180e7.tar.gz openbsd-bc8daaa54fcae91a1edfd7b0ee12e9e77df180e7.tar.bz2 openbsd-bc8daaa54fcae91a1edfd7b0ee12e9e77df180e7.zip |
Bump TLS_API due to the addition of server side SNI functions.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls.h b/src/lib/libtls/tls.h index 7a68c3d0d3..107614c759 100644 --- a/src/lib/libtls/tls.h +++ b/src/lib/libtls/tls.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls.h,v 1.34 2016/08/22 14:55:59 jsing Exp $ */ | 1 | /* $OpenBSD: tls.h,v 1.35 2016/08/22 14:58:26 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -27,7 +27,7 @@ extern "C" { | |||
27 | #include <stddef.h> | 27 | #include <stddef.h> |
28 | #include <stdint.h> | 28 | #include <stdint.h> |
29 | 29 | ||
30 | #define TLS_API 20160812 | 30 | #define TLS_API 20160822 |
31 | 31 | ||
32 | #define TLS_PROTOCOL_TLSv1_0 (1 << 1) | 32 | #define TLS_PROTOCOL_TLSv1_0 (1 << 1) |
33 | #define TLS_PROTOCOL_TLSv1_1 (1 << 2) | 33 | #define TLS_PROTOCOL_TLSv1_1 (1 << 2) |