From 7acf1c9d2e6036be40acad389078fb6f9b69239f Mon Sep 17 00:00:00 2001 From: Xin LI Date: Wed, 2 Jan 2013 21:00:00 +0000 Subject: [PATCH] Indicate that we are using OpenSSL with some local modifications. X-MFC after: with r244974 --- 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 ec87545eb24e..6f412b6bf329 100644 --- a/crypto/openssl/crypto/opensslv.h +++ b/crypto/openssl/crypto/opensslv.h @@ -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