summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-03-19 11:37:01 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-03-19 11:37:01 +0100
commit80e226dcdad0d84493bf44f7f1a1a827a7ecf2de (patch)
treed5dc6c639411355aade87e03e51006fb41131238 /src/certtool-cfg.h
parent0c0c2b1a34ad4493480d1121c6aefe16b6e8e9bd (diff)
downloadgnutls-80e226dcdad0d84493bf44f7f1a1a827a7ecf2de.tar.gz
Certtool can now write more than a single crl_dist_point.
Diffstat (limited to 'src/certtool-cfg.h')
-rw-r--r--src/certtool-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index 8c141d6658..b7069272d7 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -37,7 +37,7 @@ int read_yesno(const char *input_str, int def);
const char *get_pass(void);
const char *get_confirmed_pass(bool empty_ok);
const char *get_challenge_pass(void);
-const char *get_crl_dist_point_url(void);
+void get_crl_dist_point_set(gnutls_x509_crt_t crt);
void crt_constraints_set(gnutls_x509_crt_t crt);
void get_country_crt_set(gnutls_x509_crt_t crt);
void get_organization_crt_set(gnutls_x509_crt_t crt);