~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to crypto/opensslv.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-12-16 18:41:29 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041216184129-z7xjkul57mh1jiha
Tags: upstream-0.9.7e
ImportĀ upstreamĀ versionĀ 0.9.7e

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
26
26
 *  major minor fix final patch/beta)
27
27
 */
28
 
#define OPENSSL_VERSION_NUMBER  0x0090704fL
29
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.7d 17 Mar 2004"
 
28
#define OPENSSL_VERSION_NUMBER  0x0090705FL
 
29
#ifdef OPENSSL_FIPS
 
30
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.7e-fips 25 Oct 2004"
 
31
#else
 
32
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.7e 25 Oct 2004"
 
33
#endif
30
34
#define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT
31
35
 
32
36