diff options
Diffstat (limited to 'src/lib/x509')
-rw-r--r-- | src/lib/x509/x509_ca.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/x509/x509_ca.cpp b/src/lib/x509/x509_ca.cpp index cba3b9816..1560140c7 100644 --- a/src/lib/x509/x509_ca.cpp +++ b/src/lib/x509/x509_ca.cpp @@ -277,7 +277,8 @@ PK_Signer* choose_sig_format(const Private_Key& key, const std::string& hash_fn, AlgorithmIdentifier& sig_algo) { - return choose_sig_format(key, {}, rng, hash_fn, sig_algo); + return choose_sig_format(key, std::map<std::string,std::string>(), + rng, hash_fn, sig_algo); } /* |