OpenSSH_4.3p1 configure patch

Corinna Vinschen vinschen at redhat.com
Fri Feb 3 20:42:32 EST 2006


On Feb  2 17:01, Tim Rice wrote:
> Here is a patch to configure, & configure.ac that should
> solve the problems people are having with 4.3p1.

Your patch works fine here and, hey, wow, it also solves the "crippled
AES" problem I have noticed yesterday!  I was going to look into this
today but now ...  case closed :-)

> Thanks to Corina for finding the simple solution.

You're welcome.  Thanks for your patch.

> -- 
> Tim Rice				Multitalents	(707) 887-1469
> tim at multitalents.net

Content-Description: 4.3p1-configure.patch
> [...]
> diff -ru openssh-4.3p1/configure.ac openssh/configure.ac
> --- openssh-4.3p1/configure.ac	2006-01-29 05:22:39.000000000 -0800
> +++ openssh/configure.ac	2006-02-02 16:10:29.540763142 -0800
> @@ -27,6 +27,7 @@
>  AC_PROG_CPP
>  AC_PROG_RANLIB
>  AC_PROG_INSTALL
> +AC_PROG_EGREP
>  AC_PATH_PROG(AR, ar)
>  AC_PATH_PROG(CAT, cat)
>  AC_PATH_PROG(KILL, kill)
> @@ -1832,7 +1833,7 @@
>  	[AC_LANG_SOURCE([[
>  #include <string.h>
>  #include <openssl/evp.h>
> -int main(void) { exit(EVP_aes_192_cbc() == NULL || EVP_aes_256_cbc() == NULL)}
> +int main(void) { exit(EVP_aes_192_cbc() == NULL || EVP_aes_256_cbc() == NULL);}
>  	]])],
>  	[
>  		AC_MSG_RESULT(no)


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat




More information about the openssh-unix-dev mailing list