~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to crypto/opensslv.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

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  0x0090807fL
 
28
#define OPENSSL_VERSION_NUMBER  0x009080bfL
29
29
#ifdef OPENSSL_FIPS
30
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8g-fips 19 Oct 2007"
 
30
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8k-fips 25 Mar 2009"
31
31
#else
32
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8g 19 Oct 2007"
 
32
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8k 25 Mar 2009"
33
33
#endif
34
34
#define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT
35
35