diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-08-22 14:58:27 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-08-22 14:58:27 +0000 |
commit | 09190f179621822b2c76b362bac1d451b347ae26 (patch) | |
tree | 821ef8f39f201faa7818289ae756550a9028038f /lib | |
parent | 096b4bdc8241cc428c658b12471b6b66ed0303a9 (diff) |
Bump TLS_API due to the addition of server side SNI functions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtls/tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls.h b/lib/libtls/tls.h index 7a68c3d0d36..107614c759f 100644 --- a/lib/libtls/tls.h +++ b/lib/libtls/tls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls.h,v 1.34 2016/08/22 14:55:59 jsing Exp $ */ +/* $OpenBSD: tls.h,v 1.35 2016/08/22 14:58:26 jsing Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * @@ -27,7 +27,7 @@ extern "C" { #include <stddef.h> #include <stdint.h> -#define TLS_API 20160812 +#define TLS_API 20160822 #define TLS_PROTOCOL_TLSv1_0 (1 << 1) #define TLS_PROTOCOL_TLSv1_1 (1 << 2) |