svn commit: r248334 - stable/9/crypto/openssl/crypto

Xin LI delphij at FreeBSD.org
Fri Mar 15 18:10:39 UTC 2013


Author: delphij
Date: Fri Mar 15 18:10:38 2013
New Revision: 248334
URL: http://svnweb.freebsd.org/changeset/base/248334

Log:
  Redo r241528:
  
  MFC r240339: openssl: change SHLIB_VERSION_NUMBER to reflect the reality.

Modified:
  stable/9/crypto/openssl/crypto/opensslv.h

Modified: stable/9/crypto/openssl/crypto/opensslv.h
==============================================================================
--- stable/9/crypto/openssl/crypto/opensslv.h	Fri Mar 15 15:34:09 2013	(r248333)
+++ stable/9/crypto/openssl/crypto/opensslv.h	Fri Mar 15 18:10:38 2013	(r248334)
@@ -83,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.8"
+#define SHLIB_VERSION_NUMBER "6"
 
 
 #endif /* HEADER_OPENSSLV_H */


More information about the svn-src-all mailing list