From cd71985782d4607d1ba0e57f7b5870ea56ed7245 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 1 Aug 2016 17:40:23 +0000 Subject: [PATCH] Bump TLS_API for addition of ALPN support. --- lib/libtls/tls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libtls/tls.h b/lib/libtls/tls.h index a29030d8d93..e518623a71d 100644 --- a/lib/libtls/tls.h +++ b/lib/libtls/tls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls.h,v 1.30 2016/08/01 17:32:19 jsing Exp $ */ +/* $OpenBSD: tls.h,v 1.31 2016/08/01 17:40:23 jsing Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -27,7 +27,7 @@ extern "C" { #include #include -#define TLS_API 20141031 +#define TLS_API 20160801 #define TLS_PROTOCOL_TLSv1_0 (1 << 1) #define TLS_PROTOCOL_TLSv1_1 (1 << 2) -- 2.20.1