Archive Index
This month's Index
|
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: Tor Arntsen <tor_at_spacetec.no>
Date: Mon, 1 Mar 2010 13:01:30 +0100
On Mon, Mar 1, 2010 at 12:30, Daniel Stenberg <daniel_at_haxx.se> wrote:
But if it's this change:
-#if LIBSSH2_AES_CTR && !HAVE_EVP_AES128_CTR
then there's something else wrong, because the code has:
src/openssl.h:
so the test _should_ test for 1, and not just for defined (i.e. the
-Tor
|