Subject: Re: Patch to use aes_*_ctr in newer versions of OpenSSL and #if LIBSSH2_DSA for more DSA-code

Re: Patch to use aes_*_ctr in newer versions of OpenSSL and #if LIBSSH2_DSA for more DSA-code

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 1 Mar 2010 11:06:49 +0100 (CET)

On Mon, 1 Mar 2010, Simon Josefsson wrote:

> Please test the code in git now.

Doesn't build for me!

crypt.c:128: error: ¡EVP_aes_128_ctr¢ undeclared here (not in a function)
crypt.c:129: warning: missing initializer
crypt.c:129: warning: (near initialization for
¡libssh2_crypt_method_aes128_ctr.algo¢)
crypt.c:140: error: ¡EVP_aes_192_ctr¢ undeclared here (not in a function)
crypt.c:141: warning: missing initializer
crypt.c:141: warning: (near initialization for
¡libssh2_crypt_method_aes192_ctr.algo¢)
crypt.c:152: error: ¡EVP_aes_256_ctr¢ undeclared here (not in a function)
crypt.c:153: warning: missing initializer
crypt.c:153: warning: (near initialization for
¡libssh2_crypt_method_aes256_ctr.algo¢)

make[2]: *** [crypt.lo] Error 1
make[2]: Leaving directory `/home/daniel/src/libssh2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/daniel/src/libssh2/src'
make: *** [all-recursive] Error 1

-- 
  / daniel.haxx.se

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2010-03-01