From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXl5p-0000f5-5i for qemu-devel@nongnu.org; Wed, 19 Jul 2017 05:16:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXl5m-0001Mr-2X for qemu-devel@nongnu.org; Wed, 19 Jul 2017 05:16:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48328) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dXl5l-0001Lz-SH for qemu-devel@nongnu.org; Wed, 19 Jul 2017 05:16:26 -0400 From: "Daniel P. Berrange" Date: Wed, 19 Jul 2017 10:15:49 +0100 Message-Id: <20170719091600.8555-8-berrange@redhat.com> In-Reply-To: <20170719091600.8555-1-berrange@redhat.com> References: <20170719091600.8555-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 07/18] crypto: hmac: move crypto/hmac.h into include/crypto/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Longpeng(Mike)" , "Daniel P . Berrange" From: "Longpeng(Mike)" Moves crypto/hmac.h into include/crypto/, likes cipher.h and hash.h Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Gonglei Signed-off-by: Longpeng(Mike) Signed-off-by: Daniel P. Berrange --- {crypto =3D> include/crypto}/hmac.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {crypto =3D> 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 --=20 2.13.0