summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2017-01-22 03:53:11 +0000
committerjsing <>2017-01-22 03:53:11 +0000
commit06a1b54bd47c9b8d2594da71bb1a54f3463cfa88 (patch)
tree885e5869350319b37bf9b2c2d89274b3075e3be4 /src
parentda11794e3abdcddc9079bb28bb8e44547030b01f (diff)
downloadopenbsd-06a1b54bd47c9b8d2594da71bb1a54f3463cfa88.tar.gz
openbsd-06a1b54bd47c9b8d2594da71bb1a54f3463cfa88.tar.bz2
openbsd-06a1b54bd47c9b8d2594da71bb1a54f3463cfa88.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 'src')
-rw-r--r--src/lib/libssl/shlib_version2
-rw-r--r--src/lib/libtls/shlib_version2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version
index 639844c61e..4cdb3d9c9a 100644
--- a/src/lib/libssl/shlib_version
+++ b/src/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
1# Don't forget to give libtls the same type of bump! 1# Don't forget to give libtls the same type of bump!
2major=42 2major=43
3minor=0 3minor=0
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version
index d85251eba7..7791322042 100644
--- a/src/lib/libtls/shlib_version
+++ b/src/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
1major=14 1major=15
2minor=0 2minor=0