Rev: src/nettle/ChangeLog:1.334
Rev: src/nettle/configure.ac:1.60
2005-10-06 Niels Möller <nisse@lysator.liu.se>
+ * configure.ac: Check for openssl/aes.h.
+
* Makefile.in (distdir): Use a loop to pick up the contents of
$(DISTFILES) from source and build directories. For some reason,
$? failed to find stamp-h.in in the source directory.
AC_TYPE_SIZE_T
AC_HEADER_TIME
-AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h],,
+AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
[enable_openssl=no
break])