artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2974e8f
)
Bump TLS API version since we've added more functionality.
author
jsing
<jsing@openbsd.org>
Sat, 10 Feb 2018 04:58:08 +0000
(
04:58
+0000)
committer
jsing
<jsing@openbsd.org>
Sat, 10 Feb 2018 04:58:08 +0000
(
04:58
+0000)
lib/libtls/tls.h
patch
|
blob
|
history
diff --git
a/lib/libtls/tls.h
b/lib/libtls/tls.h
index
8d66c2f
..
9f5379e
100644
(file)
--- a/
lib/libtls/tls.h
+++ b/
lib/libtls/tls.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: tls.h,v 1.5
2 2018/02/10 04:41:24
jsing Exp $ */
+/* $OpenBSD: tls.h,v 1.5
3 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 201
70126
+#define TLS_API 201
80210
#define TLS_PROTOCOL_TLSv1_0 (1 << 1)
#define TLS_PROTOCOL_TLSv1_1 (1 << 2)