source: trunk/server/common/patches/openssl-1.0.0n-version.patch @ 2561

Last change on this file since 2561 was 2558, checked in by andersk, 10 years ago
Update OpenSSL to 1.0.0n
File size: 798 bytes
  • openssl-1.0.0k/crypto/opensslv.h

    diff -up openssl-1.0.0k/crypto/opensslv.h.version openssl-1.0.0k/crypto/opensslv.h
    old new  
    2525 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
    2626 *  major minor fix final patch/beta)
    2727 */
    28 #define OPENSSL_VERSION_NUMBER  0x100000efL
     28#define OPENSSL_VERSION_NUMBER  0x10000003L
    2929#ifdef OPENSSL_FIPS
    3030#define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.0n-fips 6 Aug 2014"
    3131#else
     
    8383 * should only keep the versions that are binary compatible with the current.
    8484 */
    8585#define SHLIB_VERSION_HISTORY ""
    86 #define SHLIB_VERSION_NUMBER "1.0.0"
     86#define SHLIB_VERSION_NUMBER "1.0.0n"
    8787
    8888
    8989#endif /* HEADER_OPENSSLV_H */
Note: See TracBrowser for help on using the repository browser.