X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=lib%2Fcrypto%2Fhmacsha256.c;h=53d4fe388396417dddba4aa56085dc7afaab93da;hp=6b0af9ee8350ee1306c2c442dfca877e45dded22;hb=db270734d8b4208e00ce9de5af1af7ee11823f6d;hpb=6925202bdee75d191bb5743659c53155ba1605ea diff --git a/lib/crypto/hmacsha256.c b/lib/crypto/hmacsha256.c index 6b0af9ee835..53d4fe38839 100644 --- a/lib/crypto/hmacsha256.c +++ b/lib/crypto/hmacsha256.c @@ -27,7 +27,7 @@ */ #include "includes.h" -#include "lib/crypto/crypto.h" +#include "../lib/crypto/crypto.h" /*********************************************************************** the rfc 2104/2202 version of hmac_sha256 initialisation.