crypto: Rename cipher include files to .c.inc
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 17:05:09 +0000 (10:05 -0700)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 10 Sep 2020 10:02:23 +0000 (11:02 +0100)
commit6d92bdf44375f9819539927b7f234ba89ce9365e
treed7763d1aad0a0a9c2f9bcc74c3d907b18b351d81
parenteba29771c006d6a689e946fa57334a2ce370c45c
crypto: Rename cipher include files to .c.inc

QEMU standard procedure for included c files is to use *.c.inc.
E.g. there are a different set of checks that are applied.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/cipher-builtin.c [deleted file]
crypto/cipher-builtin.c.inc [new file with mode: 0644]
crypto/cipher-gcrypt.c [deleted file]
crypto/cipher-gcrypt.c.inc [new file with mode: 0644]
crypto/cipher-nettle.c [deleted file]
crypto/cipher-nettle.c.inc [new file with mode: 0644]
crypto/cipher.c