openssl_pkcs12: fix crash due to wrong path used for loading key in check mode (#56808)

* Used wrong path for private key.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-05-22 23:34:42 +02:00
committed by René Moser
parent eb9009c4f4
commit 391a1042c2
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_pkcs12 - fixes crash when private key has a passphrase and the module is run a second time."