Cleanup: move remaining providers/common/include/internal/*.h
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Oct 2019 13:25:59 +0000 (15:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Oct 2019 12:12:15 +0000 (14:12 +0200)
commitddd21319e94636f308e115fd05cc48e7a8eadc55
tree0899840884488f0c3fd1a915d495fdb485855814
parentaf3e7e1bccbed8e3b958488a07daf5a8f4115fa9
Cleanup: move remaining providers/common/include/internal/*.h

The end up in providers/common/include/prov/.
All inclusions are adjusted accordingly.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10088)
51 files changed:
crypto/err/err_all.c
crypto/err/openssl.ec
crypto/initthread.c
crypto/rand/drbg_hash.c
crypto/rand/drbg_hmac.c
doc/internal/man3/ossl_prov_util_nid_to_name.pod
providers/common/ciphers/block.c
providers/common/ciphers/cipher_ccm.c
providers/common/ciphers/cipher_common.c
providers/common/ciphers/cipher_gcm.c
providers/common/digests/digest_common.c
providers/common/include/internal/provider_ctx.h [deleted file]
providers/common/include/internal/provider_util.h [deleted file]
providers/common/include/internal/providercommon.h [deleted file]
providers/common/include/internal/providercommonerr.h [deleted file]
providers/common/include/prov/provider_ctx.h [new file with mode: 0644]
providers/common/include/prov/provider_util.h [new file with mode: 0644]
providers/common/include/prov/providercommon.h [new file with mode: 0644]
providers/common/include/prov/providercommonerr.h [new file with mode: 0644]
providers/common/provider_err.c
providers/common/provider_util.c
providers/common/provlib.c
providers/fips/build.info
providers/fips/fipsprov.c
providers/implementations/ciphers/cipher_aes_hw.c
providers/implementations/ciphers/cipher_aes_ocb.c
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/ciphers/cipher_aes_xts.c
providers/implementations/ciphers/cipher_des.c
providers/implementations/ciphers/cipher_rc2.c
providers/implementations/ciphers/cipher_rc5.c
providers/implementations/ciphers/cipher_tdes.c
providers/implementations/ciphers/cipher_tdes_wrap.c
providers/implementations/digests/mdc2_prov.c
providers/implementations/digests/sha3_prov.c
providers/implementations/kdfs/hkdf.c
providers/implementations/kdfs/kbkdf.c
providers/implementations/kdfs/pbkdf2.c
providers/implementations/kdfs/scrypt.c
providers/implementations/kdfs/sshkdf.c
providers/implementations/kdfs/sskdf.c
providers/implementations/kdfs/tls1_prf.c
providers/implementations/kdfs/x942kdf.c
providers/implementations/macs/blake2_mac_impl.c
providers/implementations/macs/cmac_prov.c
providers/implementations/macs/gmac_prov.c
providers/implementations/macs/hmac_prov.c
providers/implementations/macs/kmac_prov.c
providers/implementations/macs/poly1305_prov.c
providers/implementations/macs/siphash_prov.c
providers/implementations/signature/dsa.c