make X509_NAME opaque
[openssl.git] / crypto / include / internal / asn1_int.h
index 20c8f405112658a7e9e96e8a4c263cb3af548c14..9e74f47d25d8a9634571d7e92496f5181829b0cb 100644 (file)
@@ -119,3 +119,13 @@ struct asn1_object_st {
     const unsigned char *data;  /* data remains const after init */
     int flags;                  /* Should we free this one */
 };
+
+/* 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 */ ;