Do not leave errors on the error stack on PKCS12_parse() success.
authortb <tb@openbsd.org>
Sat, 24 Apr 2021 18:16:39 +0000 (18:16 +0000)
committertb <tb@openbsd.org>
Sat, 24 Apr 2021 18:16:39 +0000 (18:16 +0000)
commitc95ff24db20c3dc063598be1cd18553b21397f79
treec22d5fb3e9fbc14698bc311b2eb71684ee895095
parentd4b1ba33374705b987816226c984bcb2c612819f
Do not leave errors on the error stack on PKCS12_parse() success.
Fix is the same as OpenSSL commit ffbf304d4832bd51bb0618f8ca5b7c26647ee664

Found by Alex Gaynor with a new pyca cryptography regress test.

ok inoguchi
lib/libcrypto/pkcs12/p12_kiss.c