~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): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060515160058-pg6lnbkkpkwpdj2e
Tags: upstream-0.9.8b
ImportĀ upstreamĀ versionĀ 0.9.8b

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  0x0090801fL
 
28
#define OPENSSL_VERSION_NUMBER  0x0090802fL
29
29
#ifdef OPENSSL_FIPS
30
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8a-fips 11 Oct 2005"
 
30
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8b-fips 04 May 2006"
31
31
#else
32
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8a 11 Oct 2005"
 
32
#define OPENSSL_VERSION_TEXT    "OpenSSL 0.9.8b 04 May 2006"
33
33
#endif
34
34
#define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT
35
35