~ubuntu-branches/ubuntu/karmic/openssl/karmic-proposed

« back to all changes in this revision

Viewing changes to crypto/opensslv.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 00:13:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205001339-tazlol313zs8u6ec
Tags: 0.9.8g-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure: Add support for lpia.
  - Replace duplicate files in the doc directory with symlinks.

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