From 9767b75d92a2e455c80c72f3670dabb3faf85792 Mon Sep 17 00:00:00 2001 From: "Longpeng(Mike)" Date: Fri, 14 Jul 2017 14:04:00 -0400 Subject: [PATCH] crypto: hmac: move crypto/hmac.h into include/crypto/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- {crypto => include/crypto}/hmac.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {crypto => include/crypto}/hmac.h (100%) 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