diff options
author | doug <> | 2015-06-20 01:09:31 +0000 |
---|---|---|
committer | doug <> | 2015-06-20 01:09:31 +0000 |
commit | 5543e77ca5934f78f534b9334c3e3421e2dd284b (patch) | |
tree | d096623a7156301d17e9650d190a667a5977b77f | |
parent | d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (diff) | |
download | openbsd-5543e77ca5934f78f534b9334c3e3421e2dd284b.tar.gz openbsd-5543e77ca5934f78f534b9334c3e3421e2dd284b.tar.bz2 openbsd-5543e77ca5934f78f534b9334c3e3421e2dd284b.zip |
Crank major for libcrypto, ssl and tls due to MDC-2DES removal.
ok miod@ jsing@
-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 | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index ae052231bf..96e1793a1e 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=33 | 2 | major=34 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index ae052231bf..96e1793a1e 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=33 | 2 | major=34 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index b491ec8a3d..3997ce2e06 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=32 | 2 | major=33 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version index b491ec8a3d..3997ce2e06 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=32 | 2 | major=33 |
3 | minor=0 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 3f0196ebf4..d9961ea9fe 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=3 | 1 | major=4 |
2 | minor=1 | 2 | minor=0 |