summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2016-09-04 14:15:44 +0000
committerjsing <>2016-09-04 14:15:44 +0000
commit1fa74209c13c3c35efb162ffffa41dac313d3fc5 (patch)
tree31925faa018765fbfea9246611816d23629073c5 /src
parent08b60d422d5acc1a98c47af6c53680ea9cc45bc2 (diff)
downloadopenbsd-1fa74209c13c3c35efb162ffffa41dac313d3fc5.tar.gz
openbsd-1fa74209c13c3c35efb162ffffa41dac313d3fc5.tar.bz2
openbsd-1fa74209c13c3c35efb162ffffa41dac313d3fc5.zip
Bump TLS_API for addition of callbacks.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls.h b/src/lib/libtls/tls.h
index e4dd31775a..0a9c163250 100644
--- a/src/lib/libtls/tls.h
+++ b/src/lib/libtls/tls.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls.h,v 1.36 2016/09/04 12:26:43 bcook Exp $ */ 1/* $OpenBSD: tls.h,v 1.37 2016/09/04 14:15:44 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -27,7 +27,7 @@ extern "C" {
27#include <stddef.h> 27#include <stddef.h>
28#include <stdint.h> 28#include <stdint.h>
29 29
30#define TLS_API 20160822 30#define TLS_API 20160904
31 31
32#define TLS_PROTOCOL_TLSv1_0 (1 << 1) 32#define TLS_PROTOCOL_TLSv1_0 (1 << 1)
33#define TLS_PROTOCOL_TLSv1_1 (1 << 2) 33#define TLS_PROTOCOL_TLSv1_1 (1 << 2)