diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-05-27 18:55:20 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-05-27 18:55:20 +0000 |
commit | 74ce01c7dc293a1cf3a81d59bcd2b42faae7b751 (patch) | |
tree | f36d75b6414db42f466301e3dd912474f44ef3b6 /src/certtool-cfg.h | |
parent | d1af3c82394caddbb7f36b46eeaff6f4eb0cb1bf (diff) | |
download | gnutls-74ce01c7dc293a1cf3a81d59bcd2b42faae7b751.tar.gz |
some libtasn1 related compilation fixes
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 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); |