PROV: Move AES_GCM specialisation away from common cipher header
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2019 12:43:24 +0000 (13:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Dec 2019 13:59:24 +0000 (14:59 +0100)
commitdc7aa029007da3849a04291a4c258587228daac8
treea60901dd41dd2b122c938a4307a6cd7872cfb2ad
parente85f3a14f8be2e1ee2bb362b64e24ac6d0cb8b2f
PROV: Move AES_GCM specialisation away from common cipher header

The AES_GCM specialisation was defined in the common cipher header
providers/implementations/include/prov/ciphercommon_gcm.h, when it
should in fact be in a local providers/implementations/ciphers/
header.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10606)
providers/implementations/ciphers/cipher_aes_gcm.c
providers/implementations/ciphers/cipher_aes_gcm.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_hw.c
providers/implementations/include/prov/ciphercommon_gcm.h