mirror of
https://github.com/openssl/openssl.git
synced 2025-04-18 20:40:45 +08:00
Changes made recently in commit 31b5f3f made changes to how a default decoder was created, in which ossl_decoder_instance_new() started returning null. Other storemgmt providers were updated to start using ossl_decoder_instance_new_forprov, but the winstore manager seems to have got missed. Fix it up properly Fixes #27355 Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/27384) (cherry picked from commit 8419baf31222c5f439b09ceb41f7a6e1916eab3b)