diff options
author | 2017-07-06 17:12:44 +0000 | |
---|---|---|
committer | 2017-07-06 17:12:44 +0000 | |
commit | aa344fb7187e0470165decadaa678b51187ef567 (patch) | |
tree | 8ac3e53727b78edcf3ac63beaaf87e41dbbdf172 /lib/libtls | |
parent | Add support for providing CRLs to libtls - once a CRL is provided we (diff) | |
download | wireguard-openbsd-aa344fb7187e0470165decadaa678b51187ef567.tar.xz wireguard-openbsd-aa344fb7187e0470165decadaa678b51187ef567.zip |
Bump minor due to symbol addition.
Diffstat (limited to 'lib/libtls')
-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 17eb7c52d08..5d135d266b9 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=15 -minor=6 +minor=7 |