From 08d903f348d080db6bb20130eea955f4c72cb33c Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 15 Mar 2013 18:10:38 +0000 Subject: [PATCH] Redo r241528: MFC r240339: openssl: change SHLIB_VERSION_NUMBER to reflect the reality. git-svn-id: svn://svn.freebsd.org/base/stable/9@248334 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- crypto/openssl/crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssl/crypto/opensslv.h b/crypto/openssl/crypto/opensslv.h index 6af42588d..bcaeaeed9 100644 --- a/crypto/openssl/crypto/opensslv.h +++ b/crypto/openssl/crypto/opensslv.h @@ -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 */ -- 2.45.0