svn commit: r339742 - stable/12/crypto/openssl/include/openssl

Glen Barber gjb at FreeBSD.org
Thu Oct 25 19:57:43 UTC 2018


Author: gjb
Date: Thu Oct 25 19:57:42 2018
New Revision: 339742
URL: https://svnweb.freebsd.org/changeset/base/339742

Log:
  MFC r339741:
   Update SHLIB_VERSION_NUMBER following the OpenSSL shared library
   number bump.
  
  Approved by:	re (bdrewery)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/crypto/openssl/include/openssl/opensslv.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/crypto/openssl/include/openssl/opensslv.h
==============================================================================
--- stable/12/crypto/openssl/include/openssl/opensslv.h	Thu Oct 25 18:46:45 2018	(r339741)
+++ stable/12/crypto/openssl/include/openssl/opensslv.h	Thu Oct 25 19:57:42 2018	(r339742)
@@ -92,7 +92,7 @@ extern "C" {
  * should only keep the versions that are binary compatible with the current.
  */
 # define SHLIB_VERSION_HISTORY ""
-# define SHLIB_VERSION_NUMBER "9"
+# define SHLIB_VERSION_NUMBER "111"
 
 
 #ifdef  __cplusplus


More information about the svn-src-stable-12 mailing list