Author: delphij Date: Wed Jan 2 21:00:00 2013 New Revision: 244975 URL: http://svnweb.freebsd.org/changeset/base/244975
Log: Indicate that we are using OpenSSL with some local modifications. X-MFC after: with r244974 Modified: head/crypto/openssl/crypto/opensslv.h Modified: head/crypto/openssl/crypto/opensslv.h ============================================================================== --- head/crypto/openssl/crypto/opensslv.h Wed Jan 2 20:58:46 2013 (r244974) +++ head/crypto/openssl/crypto/opensslv.h Wed Jan 2 21:00:00 2013 (r244975) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"