diff options
author | lloyd <[email protected]> | 2009-11-13 23:34:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-13 23:34:24 +0000 |
commit | d9dd962ed735285a259c7f44e704932f3ddb74b4 (patch) | |
tree | d41f65fd2f0772db82c71e4caee1f8692029b3f1 /src/cert/x509/x509self.cpp | |
parent | 0972ba645555b0bf283eba71e4b9edacdf424eba (diff) |
Post-merge fix
Diffstat (limited to 'src/cert/x509/x509self.cpp')
-rw-r--r-- | src/cert/x509/x509self.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/x509/x509self.cpp b/src/cert/x509/x509self.cpp index 8db2f37a6..df31897bb 100644 --- a/src/cert/x509/x509self.cpp +++ b/src/cert/x509/x509self.cpp @@ -73,7 +73,7 @@ X509_Certificate create_self_signed_cert(const X509_Cert_Options& opts, AlternativeName subject_alt; MemoryVector<byte> pub_key = shared_setup(opts, key); - std::unique_ptr<PK_Signer> signer(choose_sig_format(key, sig_algo)); + std::unique_ptr<PK_Signer> signer(choose_sig_format(key, hash_fn, sig_algo)); load_info(opts, subject_dn, subject_alt); Key_Constraints constraints; |