From: jsing Date: Mon, 22 Aug 2016 14:58:26 +0000 (+0000) Subject: Bump TLS_API due to the addition of server side SNI functions. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8680495dc70e21ce79ca646698ffae4c2bb028c8;p=openbsd Bump TLS_API due to the addition of server side SNI functions. --- 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 * @@ -27,7 +27,7 @@ extern "C" { #include #include -#define TLS_API 20160812 +#define TLS_API 20160822 #define TLS_PROTOCOL_TLSv1_0 (1 << 1) #define TLS_PROTOCOL_TLSv1_1 (1 << 2)