Remove unnecessary guards around MSBLOB and PVK readers and writers
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Dec 2020 16:50:20 +0000 (17:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 13 Dec 2020 09:27:31 +0000 (10:27 +0100)
commit2e1bc081007db167d7ce4740fcc6f185f62c9881
treeb13840b220e92ae59d52c11b2d33982ff47db3b1
parenta158f8cfb9588634831615128a9b9d4b92204cff
Remove unnecessary guards around MSBLOB and PVK readers and writers

The OPENSSL_NO_RC4 guard remain around protected PVK tests in
test/endecoder_test.c.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13648)
engines/e_loader_attic.c
providers/decoders.inc
providers/implementations/encode_decode/build.info
providers/implementations/encode_decode/decode_ms2key.c
test/endecode_test.c