diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2018-02-10 04:58:09 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2018-02-10 04:58:09 +0000 |
commit | 810a096d0c32bc671cb086f9faca2c5795d23977 (patch) | |
tree | 1c5a5a3c7e33a2470ccbae385f05d25804286a85 /lib | |
parent | 19a3051a4cbf378344a9fdeb6434e212bae72beb (diff) |
Bump TLS API version since we've added more functionality.
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 8d66c2fbaad..9f5379e65ef 100644 --- a/lib/libtls/tls.h +++ b/lib/libtls/tls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls.h,v 1.52 2018/02/10 04:41:24 jsing Exp $ */ +/* $OpenBSD: tls.h,v 1.53 2018/02/10 04:58:08 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 20170126 +#define TLS_API 20180210 #define TLS_PROTOCOL_TLSv1_0 (1 << 1) #define TLS_PROTOCOL_TLSv1_1 (1 << 2) |