summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-04-28 17:07:06 +0000
committerjsing <jsing@openbsd.org>2016-04-28 17:07:06 +0000
commit18005ed3aeb099d66c9e1bdbc5930fbfcd616e9b (patch)
tree23a14b32d4008d52d8256f75b72189a74ac2c654
parentFactor our the keypair handling in libtls. This results in more readable (diff)
downloadwireguard-openbsd-18005ed3aeb099d66c9e1bdbc5930fbfcd616e9b.tar.xz
wireguard-openbsd-18005ed3aeb099d66c9e1bdbc5930fbfcd616e9b.zip
Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol
additions and functionality changes.
-rw-r--r--lib/libcrypto/crypto/shlib_version2
-rw-r--r--lib/libcrypto/shlib_version2
-rw-r--r--lib/libssl/shlib_version2
-rw-r--r--lib/libssl/ssl/shlib_version2
-rw-r--r--lib/libtls/shlib_version2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/crypto/shlib_version b/lib/libcrypto/crypto/shlib_version
index f6d7b3b516b..b9d357140a4 100644
--- a/lib/libcrypto/crypto/shlib_version
+++ b/lib/libcrypto/crypto/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libssl and libtls the same type of bump!
-major=37
+major=38
minor=0
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version
index f6d7b3b516b..b9d357140a4 100644
--- a/lib/libcrypto/shlib_version
+++ b/lib/libcrypto/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libssl and libtls the same type of bump!
-major=37
+major=38
minor=0
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version
index c933f849ca1..090dbb86807 100644
--- a/lib/libssl/shlib_version
+++ b/lib/libssl/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libtls the same type of bump!
-major=38
+major=39
minor=0
diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version
index c933f849ca1..090dbb86807 100644
--- a/lib/libssl/ssl/shlib_version
+++ b/lib/libssl/ssl/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libtls the same type of bump!
-major=38
+major=39
minor=0
diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version
index c10074d52ae..f461c533903 100644
--- a/lib/libtls/shlib_version
+++ b/lib/libtls/shlib_version
@@ -1,2 +1,2 @@
-major=10
+major=11
minor=0