svn commit: r339741 - head/crypto/openssl/include/openssl

Glen Barber gjb at FreeBSD.org
Thu Oct 25 18:46:46 UTC 2018


Author: gjb
Date: Thu Oct 25 18:46:45 2018
New Revision: 339741
URL: https://svnweb.freebsd.org/changeset/base/339741

Log:
  Update SHLIB_VERSION_NUMBER following the OpenSSL shared library
  number bump.
  
  Reported by:	jkim
  Discussed with:	kib
  MFC after:	immediate
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/crypto/openssl/include/openssl/opensslv.h
==============================================================================
--- head/crypto/openssl/include/openssl/opensslv.h	Thu Oct 25 18:06:23 2018	(r339740)
+++ head/crypto/openssl/include/openssl/opensslv.h	Thu Oct 25 18:46:45 2018	(r339741)
@@ -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-head mailing list