artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7471b68
)
Bump TLS_API due to the addition of server side SNI functions.
author
jsing
<jsing@openbsd.org>
Mon, 22 Aug 2016 14:58:26 +0000
(14:58 +0000)
committer
jsing
<jsing@openbsd.org>
Mon, 22 Aug 2016 14:58:26 +0000
(14:58 +0000)
lib/libtls/tls.h
patch
|
blob
|
history
diff --git
a/lib/libtls/tls.h
b/lib/libtls/tls.h
index
7a68c3d
..
107614c
100644
(file)
--- a/
lib/libtls/tls.h
+++ b/
lib/libtls/tls.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: tls.h,v 1.3
4 2016/08/22 14:55:59
jsing Exp $ */
+/* $OpenBSD: tls.h,v 1.3
5 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 201608
1
2
+#define TLS_API 201608
2
2
#define TLS_PROTOCOL_TLSv1_0 (1 << 1)
#define TLS_PROTOCOL_TLSv1_1 (1 << 2)