diff options
author | jsing <> | 2016-08-01 17:40:23 +0000 |
---|---|---|
committer | jsing <> | 2016-08-01 17:40:23 +0000 |
commit | 680e19d9a3a467db66a0784ba8b264a2eecdb23b (patch) | |
tree | 407bf2b7207c85bf9227277e7ca401a8b0551213 /src/lib/libtls/tls.h | |
parent | c4f6769f250304bbae98bafb6d20e2381b089105 (diff) | |
download | openbsd-680e19d9a3a467db66a0784ba8b264a2eecdb23b.tar.gz openbsd-680e19d9a3a467db66a0784ba8b264a2eecdb23b.tar.bz2 openbsd-680e19d9a3a467db66a0784ba8b264a2eecdb23b.zip |
Bump TLS_API for addition of ALPN support.
Diffstat (limited to 'src/lib/libtls/tls.h')
-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 a29030d8d9..e518623a71 100644 --- a/src/lib/libtls/tls.h +++ b/src/lib/libtls/tls.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls.h,v 1.30 2016/08/01 17:32:19 jsing Exp $ */ | 1 | /* $OpenBSD: tls.h,v 1.31 2016/08/01 17:40:23 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 20141031 | 30 | #define TLS_API 20160801 |
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) |