On Thu, Nov 03, 2011, Jack D. Pond wrote: > Uh, Steve, > > crypto/opensslv.h > > #define OPENSSL_VERSION_NUMBER 0x10100000L > #ifdef OPENSSL_FIPS > #define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-fips-dev xx XXX xxxx" > #else > #define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-dev xx XXX xxxx" > #endif > #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT >
That is present but not actually used by the 2.0 module. Those values will come from the FIPS capable OpenSSL (1.0.1 and later) the module is used with. The 2.0 module itself has separate version numbers which can be retrieved using FIPS_module_version() and FIPS_module_version_text(). Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org