From d545d786824e4f07df027cb3bc91962cee63d31c Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 25 Jun 2006 04:20:10 +0000 Subject: Remove the older version of X509_CA::make_cert entirely --- include/x509_ca.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/x509_ca.h b/include/x509_ca.h index 8dd89755b..f799b05d8 100644 --- a/include/x509_ca.h +++ b/include/x509_ca.h @@ -28,16 +28,6 @@ class X509_CA X509_CRL update_crl(const X509_CRL&, const std::vector&, u32bit = 0) const; - static X509_Certificate make_cert(PK_Signer*, const AlgorithmIdentifier&, - const MemoryRegion&, - const MemoryRegion&, - const X509_Time&, const X509_Time&, - const X509_DN&, const X509_DN&, - bool, u32bit, const AlternativeName&, - const AlternativeName&, - Key_Constraints, - const std::vector&); - static X509_Certificate make_cert(PK_Signer*, const AlgorithmIdentifier&, const MemoryRegion&, const X509_Time&, const X509_Time&, -- cgit v1.2.3