lib:crypto: Include only the required header files
[gd/samba-autobuild/.git] / lib / crypto / hmacsha256.c
index 36e321a0940642d3508f28e4618e5ab8f13a7e6c..15a74ef6f5e6273da0c59d278a7fd3bb18e1f0e7 100644 (file)
@@ -27,7 +27,8 @@
  */
 
 #include "replace.h"
-#include "../lib/crypto/crypto.h"
+#include "lib/crypto/sha256.h"
+#include "lib/crypto/hmacsha256.h"
 
 /***********************************************************************
  the rfc 2104/2202 version of hmac_sha256 initialisation.