lib/crypto: include aes.h into crypto.h
authorStefan Metzmacher <metze@samba.org>
Wed, 16 Sep 2009 00:36:49 +0000 (02:36 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Sep 2009 10:29:05 +0000 (12:29 +0200)
metze

lib/crypto/crypto.h

index 0a43cbe7d44b1ae698d6abbbda92ca50365e55de..b5ea9c78d5ba6f97475c4a994b0cd84625e86f4b 100644 (file)
@@ -24,5 +24,5 @@
 #include "../lib/crypto/sha256.h"
 #include "../lib/crypto/hmacsha256.h"
 #include "../lib/crypto/arcfour.h"
-
+#include "../lib/crypto/aes.h"