diff options
author | 2018-03-15 12:35:23 +0000 | |
---|---|---|
committer | 2018-03-15 12:35:23 +0000 | |
commit | cd1f8ab37cffc812f1c9e88542c75a61a3a0066d (patch) | |
tree | bbf5d7b573f0a4fb8005fe0cfa9a66b3530259f3 | |
parent | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version (diff) | |
download | wireguard-openbsd-cd1f8ab37cffc812f1c9e88542c75a61a3a0066d.tar.xz wireguard-openbsd-cd1f8ab37cffc812f1c9e88542c75a61a3a0066d.zip |
Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_version
cluebat tb@
-rw-r--r-- | lib/libtls/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 0fc71091088..1f96048feaa 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=8 +minor=9 |