ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions do
authorRichard Levitte <levitte@openssl.org>
Thu, 23 Jul 2020 14:30:38 +0000 (16:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Sep 2020 15:48:31 +0000 (17:48 +0200)
commita9556761418c432844d95e3988b41f19b7c7b56a
treeb6d7c5b3fa6d5c99224ac59b7c72bce436c4a616
parent0bc193dd05fa0f5580706f34994beb74baf3d531
ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions do

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12587)
crypto/asn1/d2i_param.c