diff options
author | 2017-08-11 05:37:50 +0000 | |
---|---|---|
committer | 2017-08-11 05:37:50 +0000 | |
commit | 928e0665bda66001e40e92b2ec7fc45ec2d350f5 (patch) | |
tree | a055ac959729eb9ded5807140ae7028cd89da24c /lib/libtls | |
parent | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the (diff) | |
download | wireguard-openbsd-928e0665bda66001e40e92b2ec7fc45ec2d350f5.tar.xz wireguard-openbsd-928e0665bda66001e40e92b2ec7fc45ec2d350f5.zip |
Bump minor due to symbol addition.
Prompted by jsg@, since I apparently left it sitting in my tree...
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 5d135d266b9..88159310ebc 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=15 -minor=7 +minor=8 |