diff options
author | lloyd <[email protected]> | 2006-09-06 06:15:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-06 06:15:20 +0000 |
commit | 219aa8f6b449f7dc81ddae48c4b01328ffe69cd3 (patch) | |
tree | 5758eb3c0439d63ed0fa6f1405527bb361045d10 /include | |
parent | e5e05aef45ab376c605ecd585aa48efe3b14ddc1 (diff) |
Merge a formerly duplicate function (one in an anonymous namespace in
x509self.cpp, the other a block of code in X509_CA's constructor).
Diffstat (limited to 'include')
-rw-r--r-- | include/x509_ca.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/x509_ca.h b/include/x509_ca.h index e1c31b09a..4442601bb 100644 --- a/include/x509_ca.h +++ b/include/x509_ca.h @@ -48,6 +48,12 @@ class X509_CA PK_Signer* signer; }; +/************************************************* +* Choose a signing format for the key * +*************************************************/ +PK_Signer* choose_sig_format(const PKCS8_PrivateKey&, AlgorithmIdentifier&); + + } #endif |