include aes.h inc in the local libdes case too
authorLove Hörnquist Åstrand <lha@kth.se>
Thu, 21 Aug 2003 14:21:17 +0000 (14:21 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Thu, 21 Aug 2003 14:21:17 +0000 (14:21 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12606 ec53bebd-3082-4978-b11e-865c3cabbd6b

include/make_crypto.c

index 70c952e1935a1f1c74fcb5924f845d98efe83e01..6925a0de0acb3e6b392f278f07f44f1613099734 100644 (file)
@@ -77,6 +77,9 @@ main(int argc, char **argv)
     fputs("#include <md5.h>\n", f);
     fputs("#include <sha.h>\n", f);
     fputs("#include <rc4.h>\n", f);
+#if ENABLE_AES
+    fputs("#include <aes.h>\n", f);
+#endif    
 #ifdef HAVE_OLD_HASH_NAMES
     fputs("\n", f);
     fputs("    typedef struct md4 MD4_CTX;\n", f);