diff options
Diffstat (limited to 'lib/crypto/hmacsha256.c')
-rw-r--r-- | lib/crypto/hmacsha256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/hmacsha256.c b/lib/crypto/hmacsha256.c index 53d4fe38839..1a31441297d 100644 --- a/lib/crypto/hmacsha256.c +++ b/lib/crypto/hmacsha256.c @@ -26,7 +26,7 @@ taken direct from rfc2202 implementation and modified for suitable use */ -#include "includes.h" +#include "replace.h" #include "../lib/crypto/crypto.h" /*********************************************************************** |