CRYPTO: split cipher_platform.h into algorithm specific headers
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2019 12:31:29 +0000 (13:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2019 12:31:29 +0000 (13:31 +0100)
commitc0d47492a77e67ce49cf3c538bdaf82ca90367cb
tree9e6e280ed86adee8e19df3066a0fafe0e9078296
parent0ab6fc79a9a63370be1a615729dc2a6ed0d6c89b
CRYPTO: split cipher_platform.h into algorithm specific headers

aes_platform.h
cmll_platform.h
des_platform.h

To make this possible, we must also define DES_ASM and CMLL_ASM to
indicate that we have the necessary internal support.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10662)
crypto/camellia/build.info
crypto/des/build.info
include/crypto/aes_platform.h [new file with mode: 0644]
include/crypto/ciphermode_platform.h [deleted file]
include/crypto/cmll_platform.h [new file with mode: 0644]
include/crypto/des_platform.h [new file with mode: 0644]
util/fix-includes.sed