diff options
author | 2017-01-26 12:53:17 +0000 | |
---|---|---|
committer | 2017-01-26 12:53:17 +0000 | |
commit | 6ccd397d59742afaec508447fb893bcd2eb00aeb (patch) | |
tree | fb50cc91665b2d0d290186b9935c5ab997766f24 /lib/libtls | |
parent | Bump libtls minor due to symbol additions earlier this week. (diff) | |
download | wireguard-openbsd-6ccd397d59742afaec508447fb893bcd2eb00aeb.tar.xz wireguard-openbsd-6ccd397d59742afaec508447fb893bcd2eb00aeb.zip |
Bump TLS_API due to new features being added earlier this week.
Diffstat (limited to 'lib/libtls')
-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 25d7c258e70..5680c741827 100644 --- a/lib/libtls/tls.h +++ b/lib/libtls/tls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls.h,v 1.45 2017/01/24 01:48:05 claudio Exp $ */ +/* $OpenBSD: tls.h,v 1.46 2017/01/26 12:53:17 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 20161111 +#define TLS_API 20170126 #define TLS_PROTOCOL_TLSv1_0 (1 << 1) #define TLS_PROTOCOL_TLSv1_1 (1 << 2) |