diff options
Diffstat (limited to 'beecrypt/hmac.c')
-rw-r--r-- | beecrypt/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/hmac.c b/beecrypt/hmac.c index 7718a4c3c..3e2522a97 100644 --- a/beecrypt/hmac.c +++ b/beecrypt/hmac.c @@ -27,7 +27,7 @@ #include "system.h" #include "hmac.h" -#include "mp32.h" +#include "mp.h" #include "endianness.h" #include "debug.h" |