From bc8daaa54fcae91a1edfd7b0ee12e9e77df180e7 Mon Sep 17 00:00:00 2001
From: jsing <>
Date: Mon, 22 Aug 2016 14:58:26 +0000
Subject: Bump TLS_API due to the addition of server side SNI functions.

---
 src/lib/libtls/tls.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/lib')

diff --git a/src/lib/libtls/tls.h b/src/lib/libtls/tls.h
index 7a68c3d0d3..107614c759 100644
--- a/src/lib/libtls/tls.h
+++ b/src/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 <jsing@openbsd.org>
  *
@@ -27,7 +27,7 @@ extern "C" {
 #include <stddef.h>
 #include <stdint.h>
 
-#define TLS_API	20160812
+#define TLS_API	20160822
 
 #define TLS_PROTOCOL_TLSv1_0	(1 << 1)
 #define TLS_PROTOCOL_TLSv1_1	(1 << 2)
-- 
cgit v1.2.3-55-g6feb