aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-16 17:43:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-25 14:15:00 +0000
commit2743e38c2f4bcb00142d8c65e48a66f547033a64 (patch)
tree640e29c0dbfd9abb5fd4dd0d993127a162965922 /crypto/asn1/asn1_locl.h
parent70e5fd877890489a3972bf8bf50bfec1fca3875e (diff)
downloadopenssl-2743e38c2f4bcb00142d8c65e48a66f547033a64.zip
openssl-2743e38c2f4bcb00142d8c65e48a66f547033a64.tar.gz
openssl-2743e38c2f4bcb00142d8c65e48a66f547033a64.tar.bz2
make X509_NAME opaque
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/asn1/asn1_locl.h')
-rw-r--r--crypto/asn1/asn1_locl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index a7569e7..ec4c0e8 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -62,16 +62,6 @@
int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d);
-/* ASN1 print context structure */
-
-struct asn1_pctx_st {
- unsigned long flags;
- unsigned long nm_flags;
- unsigned long cert_flags;
- unsigned long oid_flags;
- unsigned long str_flags;
-} /* ASN1_PCTX */ ;
-
/* ASN1 scan context structure */
struct asn1_sctx_st {