search for: 0x1000000fl

Displaying 1 result from an estimated 1 matches for "0x1000000fl".

Did you mean: 0x10000000l
2013 Jan 18
0
Inconsisten declaration of ssh_aes_ctr_iv() (fwd)
...evision 1.21 diff -u -p -r1.21 openssl-compat.h --- openbsd-compat/openssl-compat.h 9 Jan 2013 05:42:49 -0000 1.21 +++ openbsd-compat/openssl-compat.h 17 Jan 2013 23:13:34 -0000 @@ -40,7 +40,7 @@ # define EVP_CIPHER_CTX_get_app_data(e) ((e)->app_data) #endif -#if OPENSSL_VERSION_NUMBER < 0x1000000fL +#if OPENSSL_VERSION_NUMBER < 0x10000001L # define LIBCRYPTO_EVP_INL_TYPE unsigned int #else # define LIBCRYPTO_EVP_INL_TYPE size_t > I applied the diff you supplied, along with the previous diff. The > regression tests got further along, but now fail in integrity.sh: > > run te...