From 219aa8f6b449f7dc81ddae48c4b01328ffe69cd3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 6 Sep 2006 06:15:20 +0000 Subject: Merge a formerly duplicate function (one in an anonymous namespace in x509self.cpp, the other a block of code in X509_CA's constructor). --- include/x509_ca.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/x509_ca.h') 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 -- cgit v1.2.3