summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2016-06-03 14:09:38 +0000
committeravg <avg@FreeBSD.org>2016-06-03 14:09:38 +0000
commit1926b48f81a36f9b0d9915e77daa7e1191646071 (patch)
treef99f788f87d721016e4b6887e33963a12d71eb8b /crypto
parent69cdb2137c13e36cbc467dd745ab15126fc22063 (diff)
downloadFreeBSD-src-1926b48f81a36f9b0d9915e77daa7e1191646071.zip
FreeBSD-src-1926b48f81a36f9b0d9915e77daa7e1191646071.tar.gz
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.
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 bfeeecd..1a67712 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
OpenPOWER on IntegriCloud