diff options
author | jsing <> | 2016-04-28 17:07:07 +0000 |
---|---|---|
committer | jsing <> | 2016-04-28 17:07:07 +0000 |
commit | b0a631951d3985253f8ba26249d2850cbe977b9f (patch) | |
tree | 98cd95d9461abc2e3ca99e0a4a99985fc9c197aa /src | |
parent | f4470c187e09c2ca1bfcf671080ac97b7fc86df2 (diff) | |
download | openbsd-b0a631951d3985253f8ba26249d2850cbe977b9f.tar.gz openbsd-b0a631951d3985253f8ba26249d2850cbe977b9f.tar.bz2 openbsd-b0a631951d3985253f8ba26249d2850cbe977b9f.zip |
Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol
additions and functionality changes.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libssl/ssl/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libtls/shlib_version | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index f6d7b3b516..b9d357140a 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=37 | 2 | major=38 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index f6d7b3b516..b9d357140a 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=37 | 2 | major=38 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index c933f849ca..090dbb8680 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! |
2 | major=38 | 2 | major=39 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version index c933f849ca..090dbb8680 100644 --- a/src/lib/libssl/ssl/shlib_version +++ b/src/lib/libssl/ssl/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! |
2 | major=38 | 2 | major=39 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index c10074d52a..f461c53390 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=10 | 1 | major=11 |
2 | minor=0 | 2 | minor=0 |