if test "$cross_compiling" = yes; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using --with-aes" >&5
$as_echo "using --with-aes" >&6; }
+ # Expect cross-compiling with a modern OpenSSL
+ have_aes="evp"
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
[AC_MSG_RESULT(yes)
have_aes="yes"],
[AC_MSG_RESULT(no)])],
- [AC_MSG_RESULT(using --with-aes)])
+ [AC_MSG_RESULT(using --with-aes)
+ # Expect cross-compiling with a modern OpenSSL
+ have_aes="evp"])
ISC_OPENSSL_INC=""
ISC_OPENSSL_LIBS=""