Bump TLS API version since we've added more functionality.
authorjsing <jsing@openbsd.org>
Sat, 10 Feb 2018 04:58:08 +0000 (04:58 +0000)
committerjsing <jsing@openbsd.org>
Sat, 10 Feb 2018 04:58:08 +0000 (04:58 +0000)
lib/libtls/tls.h

index 8d66c2f..9f5379e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls.h,v 1.52 2018/02/10 04:41:24 jsing Exp $ */
+/* $OpenBSD: tls.h,v 1.53 2018/02/10 04:58:08 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        20170126
+#define TLS_API        20180210
 
 #define TLS_PROTOCOL_TLSv1_0   (1 << 1)
 #define TLS_PROTOCOL_TLSv1_1   (1 << 2)