diff options
author | 2015-02-12 04:45:45 +0000 | |
---|---|---|
committer | 2015-02-12 04:45:45 +0000 | |
commit | 0b5a20a52597a685f5dc872fb9d49b6fe9f8877d (patch) | |
tree | 30f39247e4f1e62d6fa81a094d60a676432a3b39 /lib/libtls | |
parent | Allow TLS protocols to be specified via a "tls protocols" configuration (diff) | |
download | wireguard-openbsd-0b5a20a52597a685f5dc872fb9d49b6fe9f8877d.tar.xz wireguard-openbsd-0b5a20a52597a685f5dc872fb9d49b6fe9f8877d.zip |
bump minor for TLS_PROTOCOLS_ALL. OK jsing@
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 f846a6a5be3..91d35ced786 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,3 +1,3 @@ major=2 -minor=1 +minor=2 |