Author: delphij
Date: Wed Jan 16 00:54:51 2013
New Revision: 245484
URL: http://svnweb.freebsd.org/changeset/base/245484

Log:
  MFC r244975:
  
  Indicate that we are using OpenSSL with some local modifications.

Modified:
  stable/8/crypto/openssl/crypto/opensslv.h
Directory Properties:
  stable/8/crypto/openssl/   (props changed)

Modified: stable/8/crypto/openssl/crypto/opensslv.h
==============================================================================
--- stable/8/crypto/openssl/crypto/opensslv.h   Wed Jan 16 00:52:36 2013        
(r245483)
+++ stable/8/crypto/openssl/crypto/opensslv.h   Wed Jan 16 00:54:51 2013        
(r245484)
@@ -29,7 +29,7 @@
 #ifdef OPENSSL_FIPS
 #define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8x-fips 10 May 2012"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8x 10 May 2012"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8x-freebsd 10 May 2012"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to