summaryrefslogtreecommitdiff
path: root/src/certtool-cfg.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-27 18:55:20 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-27 18:55:20 +0000
commit74ce01c7dc293a1cf3a81d59bcd2b42faae7b751 (patch)
treef36d75b6414db42f466301e3dd912474f44ef3b6 /src/certtool-cfg.h
parentd1af3c82394caddbb7f36b46eeaff6f4eb0cb1bf (diff)
downloadgnutls-74ce01c7dc293a1cf3a81d59bcd2b42faae7b751.tar.gz
some libtasn1 related compilation fixes
Diffstat (limited to 'src/certtool-cfg.h')
-rw-r--r--src/certtool-cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index 3629f34c42..50cbcccfe1 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -27,6 +27,7 @@ void get_locality_crt_set( gnutls_x509_crt crt);
void get_cn_crt_set( gnutls_x509_crt crt);
void get_uid_crt_set( gnutls_x509_crt crt);
void get_pkcs9_email_crt_set( gnutls_x509_crt crt);
+void get_oid_crt_set( gnutls_x509_crt crt);
int get_serial( void);
int get_days( void);
int get_ca_status( void);
@@ -53,4 +54,5 @@ void get_state_crq_set( gnutls_x509_crq crq);
void get_unit_crq_set( gnutls_x509_crq crq);
void get_organization_crq_set( gnutls_x509_crq crq);
void get_country_crq_set( gnutls_x509_crq crq);
+void get_oid_crq_set( gnutls_x509_crq crq);