Adjust test/endecoder_test.c
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Sep 2021 15:34:38 +0000 (17:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 5 Sep 2021 19:34:51 +0000 (21:34 +0200)
commit602bfb8b98125f6745cd40dbc5fce9614ae5e418
tree3fbca1150199411f6d855ef4a785614b81b80385
parent821b3956ec698927281a5b29c55cd87eb7b2793d
Adjust test/endecoder_test.c

The protected tests need to specify the structure EncryptedPrivateKeyInfo
rather than PrivateKeyInfo, since that's the outermost structure.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16466)
test/endecode_test.c