From 5b06bd64523a88076a377a647a9fce9549eba806 Mon Sep 17 00:00:00 2001 From: avg Date: Sun, 14 Oct 2012 07:28:21 +0000 Subject: [PATCH] MFC r240339: openssl: change SHLIB_VERSION_NUMBER to reflect the reality git-svn-id: svn://svn.freebsd.org/base/stable/9@241528 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 516940c88..e9fa96f85 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