svn commit: r301271 - head/crypto/openssl/crypto

Andriy Gapon avg at FreeBSD.org
Fri Jun 3 14:09:40 UTC 2016


Author: avg
Date: Fri Jun  3 14:09:38 2016
New Revision: 301271
URL: https://svnweb.freebsd.org/changeset/base/301271

Log:
  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.

Modified:
  head/crypto/openssl/crypto/opensslv.h

Modified: head/crypto/openssl/crypto/opensslv.h
==============================================================================
--- head/crypto/openssl/crypto/opensslv.h	Fri Jun  3 13:57:10 2016	(r301270)
+++ head/crypto/openssl/crypto/opensslv.h	Fri Jun  3 14:09:38 2016	(r301271)
@@ -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


More information about the svn-src-head mailing list