Indicate that we are using OpenSSL with some local modifications.

X-MFC after:	with r244974
This commit is contained in:
Xin LI 2013-01-02 21:00:00 +00:00
parent 2079cf0127
commit 7acf1c9d2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244975

View File

@ -29,7 +29,7 @@
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c-fips 10 May 2012"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c 10 May 2012"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c-freebsd 10 May 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT