diff options
author | 2017-01-22 03:53:11 +0000 | |
---|---|---|
committer | 2017-01-22 03:53:11 +0000 | |
commit | 296555ae251f0147700733ef59879e495e7fdac7 (patch) | |
tree | 58bd522f73972fcb87b5bdaebeebe6437a85c63c /lib/libtls | |
parent | Convert publically visible structs to translucent structs. (diff) | |
download | wireguard-openbsd-296555ae251f0147700733ef59879e495e7fdac7.tar.xz wireguard-openbsd-296555ae251f0147700733ef59879e495e7fdac7.zip |
Bump majors for libssl and libtls following the translucent struct change.
Further changes to the publically visible structs will ride this bump.
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 d85251eba7d..77913220429 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=14 +major=15 minor=0 |