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.
This commit is contained in:
Andriy Gapon 2016-06-03 14:09:38 +00:00
parent 484149def8
commit 056f620e09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301271

View file

@ -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