summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/certtool-cfg.h')
-rw-r--r--src/certtool-cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index 5cee1677b4..168c9bf926 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -1,8 +1,8 @@
extern char *organization, *unit, *locality, *state;
extern char *cn, *challenge_password, *password, *pkcs9_email, *country;
-extern char *dns_name, *email, *crl_dist_points;
+extern char *dns_name, *email, *crl_dist_points, *pkcs12_key_name;
extern int serial, expiration_days, ca, tls_www_client, tls_www_server, signing_key;
extern int encryption_key, cert_sign_key, crl_sign_key, code_sign_key, ocsp_sign_key;
-extern int time_stamping_key;
+extern int time_stamping_key, crl_next_update;
int parse_template(const char *template);