Remove some unused types from asn1t.h.

Change-Id: Id4a93f4cd6f9d3d959ec096bbd4357cac329ba20
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/43890
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h
index 7e55ecd..0af1195 100644
--- a/include/openssl/asn1t.h
+++ b/include/openssl/asn1t.h
@@ -606,23 +606,6 @@
 	int enc_offset;		/* Offset of ASN1_ENCODING structure */
 } ASN1_AUX;
 
-/* For print related callbacks exarg points to this structure */
-typedef struct ASN1_PRINT_ARG_st {
-	BIO *out;
-	int indent;
-	const ASN1_PCTX *pctx;
-} ASN1_PRINT_ARG;
-
-/* For streaming related callbacks exarg points to this structure */
-typedef struct ASN1_STREAM_ARG_st {
-	/* BIO to stream through */
-	BIO *out;
-	/* BIO with filters appended */
-	BIO *ndef_bio;
-	/* Streaming I/O boundary */
-	unsigned char **boundary;
-} ASN1_STREAM_ARG;
-
 /* Flags in ASN1_AUX */
 
 /* Use a reference count */