components/openssl/openssl-0.9.8-fips-140/patches/01-7009105.patch
changeset 363 9c0cad004039
equal deleted inserted replaced
362:e1cadde52f4c 363:9c0cad004039
       
     1 diff -ruN openssl-0.9.8q-old/crypto/opensslv.h openssl-0.9.8q/crypto/opensslv.h
       
     2 --- openssl-0.9.8q-old/crypto/opensslv.h	2010-12-02 19:53:52.000000000 +0100
       
     3 +++ openssl-0.9.8q/crypto/opensslv.h	2010-12-27 14:08:42.112072026 +0100
       
     4 @@ -25,7 +25,7 @@
       
     5   * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
       
     6   *  major minor fix final patch/beta)
       
     7   */
       
     8 -#define OPENSSL_VERSION_NUMBER	0x0090811f
       
     9 +#define OPENSSL_VERSION_NUMBER	0x0090811fL
       
    10  #ifdef OPENSSL_FIPS
       
    11  #define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8q-fips 2 Dec 2010"
       
    12  #else