Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2016 14:09:39 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301271 - head/crypto/openssl/crypto
Message-ID:  <201606031409.u53E9dqJ040385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606031409.u53E9dqJ040385>