MSVC and with C++ compilers. */
#undef FLEXIBLE_ARRAY_MEMBER
+/* Define to 1 if you have the `AES_encrypt' function. */
+#undef HAVE_AES_ENCRYPT
+
/* Define to 1 if you have the `chroot' function. */
#undef HAVE_CHROOT
if test "$ac_cv_func_AES_encrypt" = "yes"
then
with_sit_alg="aes"
- want_openssl_aes="yes"
+ if test "$CRYPTO" = "-DOPENSSL"
+ then
+ want_openssl_aes="yes"
+ fi
$as_echo "#define AES_SIT 1" >>confdefs.h
if test "$ac_cv_func_AES_encrypt" = "yes"
then
with_sit_alg="aes"
- want_openssl_aes="yes"
+ if test "$CRYPTO" = "-DOPENSSL"
+ then
+ want_openssl_aes="yes"
+ fi
AC_DEFINE(AES_SIT, 1,
[Use AES for Source Identity Token generation])
else