diff options
Diffstat (limited to 'source4/lib/crypto/crypto.h')
-rw-r--r-- | source4/lib/crypto/crypto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/crypto/crypto.h b/source4/lib/crypto/crypto.h index 10e2258fa7..fc283f72ba 100644 --- a/source4/lib/crypto/crypto.h +++ b/source4/lib/crypto/crypto.h @@ -21,8 +21,8 @@ #include "lib/crypto/md4.h" #include "lib/crypto/md5.h" #include "lib/crypto/hmacmd5.h" -#include "lib/crypto/sha1.h" -#include "lib/crypto/hmacsha1.h" +#include "lib/crypto/sha256.h" +#include "lib/crypto/hmacsha256.h" struct arcfour_state { uint8_t sbox[256]; |