]> git.pld-linux.org Git - packages/openssl.git/blame - openssl-fix-version.patch
- rel 3; use groff symlink for man
[packages/openssl.git] / openssl-fix-version.patch
CommitLineData
23c1c788
AM
1OPENSSL_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.022555 seconds and 4 git commands to generate.