From: jsing Date: Mon, 1 Aug 2016 17:40:23 +0000 (+0000) Subject: Bump TLS_API for addition of ALPN support. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cd71985782d4607d1ba0e57f7b5870ea56ed7245;p=openbsd Bump TLS_API for addition of ALPN support. --- 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)