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>
chromium-5359
David Benjamin 5 years ago
parent 45858ae2a4
commit 2c8445c5f7
  1. 17
      include/openssl/asn1t.h

@ -606,23 +606,6 @@ typedef struct ASN1_AUX_st {
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 */

Loading…
Cancel
Save