View | Details | Raw Unified | Return to bug 223486 | Differences between
and this patch

Collapse All | Expand All

(-)src/CertificateAuthority.hpp (+1 lines)
Lines 25-30 Link Here
25
    time_t _ca_end;
25
    time_t _ca_end;
26
    static int do_mkdir(const char *path, mode_t mode);
26
    static int do_mkdir(const char *path, mode_t mode);
27
    int mkpath(const char *path, mode_t mode);
27
    int mkpath(const char *path, mode_t mode);
28
    bool addExtension(X509 *cert, int nid, char *value);
28
29
29
    public:
30
    public:
30
    CertificateAuthority(const char *caCert,
31
    CertificateAuthority(const char *caCert,

Return to bug 223486