aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2016-06-03 14:09:38 +0000
committerAndriy Gapon <avg@FreeBSD.org>2016-06-03 14:09:38 +0000
commit056f620e09cd6d17a7d0b405dd63af9b3107a72e (patch)
treef99f788f87d721016e4b6887e33963a12d71eb8b /crypto
parent484149def80975bda4e583a1d77c4c6ee2baf074 (diff)
downloadsrc-056f620e09cd6d17a7d0b405dd63af9b3107a72e.tar.gz
src-056f620e09cd6d17a7d0b405dd63af9b3107a72e.zip
openssl: change SHLIB_VERSION_NUMBER to reflect the reality
Some consumers actually use this definition. We probably need some procedure to ensure that SHLIB_VERSION_NUMBER is updated whenever we change the library version in secure/lib/libssl/Makefile.
Notes
Notes: svn path=/head/; revision=301271
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl/crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/opensslv.h b/crypto/openssl/crypto/opensslv.h
index bfeeecde95cf..1a67712dedd6 100644
--- a/crypto/openssl/crypto/opensslv.h
+++ b/crypto/openssl/crypto/opensslv.h
@@ -88,7 +88,7 @@ extern "C" {
* should only keep the versions that are binary compatible with the current.
*/
# define SHLIB_VERSION_HISTORY ""
-# define SHLIB_VERSION_NUMBER "7"
+# define SHLIB_VERSION_NUMBER "8"
#ifdef __cplusplus