]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-fix-version.patch
- correct version; from gentoo
[packages/openssl.git] / openssl-fix-version.patch
1 OPENSSL_VERSION_NUMBER is obviously wrong in the release
2
3 --- openssl-0.9.8f/crypto/opensslv.h
4 +++ openssl-0.9.8f/crypto/opensslv.h
5 @@ -25,7 +25,7 @@
6   * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
7   *  major minor fix final patch/beta)
8   */
9 -#define OPENSSL_VERSION_NUMBER 0x00908070L
10 +#define OPENSSL_VERSION_NUMBER 0x0090806fL
11  #ifdef OPENSSL_FIPS
12  #define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8f-fips 11 Oct 2007"
13  #else
This page took 0.028213 seconds and 3 git commands to generate.