From: Longpeng(Mike) Date: Fri, 14 Jul 2017 18:04:00 +0000 (-0400) Subject: crypto: hmac: move crypto/hmac.h into include/crypto/ X-Git-Tag: v2.10.0-rc0~32^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9767b75d92a2e455c80c72f3670dabb3faf85792;p=thirdparty%2Fqemu.git crypto: hmac: move crypto/hmac.h into include/crypto/ Moves crypto/hmac.h into include/crypto/, likes cipher.h and hash.h Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Gonglei Signed-off-by: Longpeng(Mike) Signed-off-by: Daniel P. Berrange --- diff --git a/crypto/hmac.h b/include/crypto/hmac.h similarity index 100% rename from crypto/hmac.h rename to include/crypto/hmac.h