From 056f620e09cd6d17a7d0b405dd63af9b3107a72e Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Fri, 3 Jun 2016 14:09:38 +0000 Subject: [PATCH] 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. --- crypto/openssl/crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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