diff options
Diffstat (limited to 'src/certtool-cfg.h')
-rw-r--r-- | src/certtool-cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h index e792dd2c16..2c54d7f1af 100644 --- a/src/certtool-cfg.h +++ b/src/certtool-cfg.h @@ -98,3 +98,5 @@ void get_organization_crq_set(gnutls_x509_crq_t crq); void get_country_crq_set(gnutls_x509_crq_t crq); void get_oid_crq_set(gnutls_x509_crq_t crq); const char *get_proxy_policy(char **policy, size_t * policylen); + +void crq_extensions_set(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq); |