search for: 0x10000003l

Displaying 3 results from an estimated 3 matches for "0x10000003l".

Did you mean: 0x10000000l
2013 Jan 18
0
Inconsisten declaration of ssh_aes_ctr_iv() (fwd)
...> % grep -A1 do_cipher /usr/include/openssl/evp.h > int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, > const unsigned char *in, size_t inl);/* encrypt/decrypt data */ > > % grep OPENSSL_VERSION_NUMBER /usr/include/openssl/opensslv.h > #define OPENSSL_VERSION_NUMBER 0x10000003L Is this a beta? This should help (on top of you existing diffs): Index: openbsd-compat/openssl-compat.h =================================================================== RCS file: /var/cvs/openssh/openbsd-compat/openssl-compat.h,v retrieving revision 1.21 diff -u -p -r1.21 openssl-compat.h ---...
2013 Jan 14
3
Inconsisten declaration of ssh_aes_ctr_iv()
Hi, The 20130110 snapshot fails to build against OpenSSL 0.9.8 and 1.0.0 with the following error: gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -fstack-protector-all -I. -I. -DSSHDIR=\"/tmp/foo/etc\" -D_PATH_SSH_PROGRAM=\"/tmp/foo/bin/ssh\"
2013 Jan 17
1
Fwd: Re: Inconsisten declaration of ssh_aes_ctr_iv()
..._NUMBER from > opensslv.h? % grep -A1 do_cipher /usr/include/openssl/evp.h int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl);/* encrypt/decrypt data */ % grep OPENSSL_VERSION_NUMBER /usr/include/openssl/opensslv.h #define OPENSSL_VERSION_NUMBER 0x10000003L > > > For completeness, the following warnings show up during the build. > > [different manifestations of the same problem] > > > I ran the regression tests, but they fail when building against older > > OpenSSL versions due to the lack of GCM support. > > P...