summaryrefslogtreecommitdiff
path: root/lib/x509/x509.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-22 13:25:03 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-22 13:25:03 +0000
commit67085607719c24250abb32e9deba2108a6c0c0ea (patch)
tree88768af3c92f699f5736ef50e684df87a012fc07 /lib/x509/x509.h
parent0a4e311733627adeda9d58d24f11c1feb9fddef1 (diff)
downloadgnutls-67085607719c24250abb32e9deba2108a6c0c0ea.tar.gz
Remove.
Diffstat (limited to 'lib/x509/x509.h')
-rw-r--r--lib/x509/x509.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/x509/x509.h b/lib/x509/x509.h
index 381fda354e..50dde03ae8 100644
--- a/lib/x509/x509.h
+++ b/lib/x509/x509.h
@@ -46,11 +46,6 @@ typedef struct gnutls_x509_crt_int
int use_extensions;
} gnutls_x509_crt_int;
-typedef struct gnutls_x509_dn_int
-{
- ASN1_TYPE dn;
-} gnutls_x509_dn_int;
-
#define MAX_PRIV_PARAMS_SIZE 6 /* ok for RSA and DSA */
/* parameters should not be larger than this limit */