artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623e6e8
)
Bump TLS_API for addition of ALPN support.
author
jsing
<jsing@openbsd.org>
Mon, 1 Aug 2016 17:40:23 +0000
(17:40 +0000)
committer
jsing
<jsing@openbsd.org>
Mon, 1 Aug 2016 17:40:23 +0000
(17:40 +0000)
lib/libtls/tls.h
patch
|
blob
|
history
diff --git
a/lib/libtls/tls.h
b/lib/libtls/tls.h
index
a29030d
..
e518623
100644
(file)
--- a/
lib/libtls/tls.h
+++ b/
lib/libtls/tls.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: tls.h,v 1.3
0 2016/08/01 17:32:19
jsing Exp $ */
+/* $OpenBSD: tls.h,v 1.3
1 2016/08/01 17:40:23
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 201
4103
1
+#define TLS_API 201
6080
1
#define TLS_PROTOCOL_TLSv1_0 (1 << 1)
#define TLS_PROTOCOL_TLSv1_1 (1 << 2)