~pavel-pimenov/dcplusplus/flylinkdc-mediainfo

« back to all changes in this revision

Viewing changes to openssl/include/openssl/opensslv.h

  • Committer: pavel pimenov
  • Date: 2012-06-20 20:33:42 UTC
  • mfrom: (2636.1.320 dcplusplus)
  • Revision ID: pavel.pimenov@gmail.com-20120620203342-3m372zf0tc2le48a
* [merge]

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  0x1000102fL
 
28
#define OPENSSL_VERSION_NUMBER  0x1000103fL
29
29
#ifdef OPENSSL_FIPS
30
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.1b-fips 26 Apr 2012"
 
30
#define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.1c-fips 10 May 2012"
31
31
#else
32
 
#define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.1b 26 Apr 2012"
 
32
#define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.1c 10 May 2012"
33
33
#endif
34
34
#define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT
35
35