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
commit1f45517a6d3d5654a6c5ea4692486ebe8c35cf3c (patch)
tree885e5869350319b37bf9b2c2d89274b3075e3be4 /src
parent1ba75c0f95f4cdb1fe4f02b5428b3470e7b8cc4c (diff)
downloadopenbsd-1f45517a6d3d5654a6c5ea4692486ebe8c35cf3c.tar.gz
openbsd-1f45517a6d3d5654a6c5ea4692486ebe8c35cf3c.tar.bz2
openbsd-1f45517a6d3d5654a6c5ea4692486ebe8c35cf3c.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