aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/x509_ca.h6
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