diff options
author | 2016-08-22 14:57:49 +0000 | |
---|---|---|
committer | 2016-08-22 14:57:49 +0000 | |
commit | 7471b68e4d32108a114b68976d7872c223532bcd (patch) | |
tree | 0b4b41d67feb73b06997940372b0bfa997a38527 /lib | |
parent | Provide an API that enables server side SNI support - add the ability to (diff) | |
download | wireguard-openbsd-7471b68e4d32108a114b68976d7872c223532bcd.tar.xz wireguard-openbsd-7471b68e4d32108a114b68976d7872c223532bcd.zip |
Bump libtls minor due to the addition of symbols.
Diffstat (limited to 'lib')
-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 ba5b9bf5d82..94c22abb7e1 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=11 -minor=1 +minor=2 |