summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/crypto/crypto.h')
-rw-r--r--source4/lib/crypto/crypto.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/lib/crypto/crypto.h b/source4/lib/crypto/crypto.h
index 19457f60dc..ca6386e28c 100644
--- a/source4/lib/crypto/crypto.h
+++ b/source4/lib/crypto/crypto.h
@@ -18,10 +18,12 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include "lib/crypto/md5.h"
+#include "lib/crypto/crc32.h"
#include "lib/crypto/md4.h"
+#include "lib/crypto/md5.h"
#include "lib/crypto/hmacmd5.h"
-#include "lib/crypto/crc32.h"
+#include "lib/crypto/sha1.h"
+#include "lib/crypto/hmacsha1.h"
struct arcfour_state {
uint8_t sbox[256];