1 #include <openssl/x509.h>
2 #include <openssl/asn1_mac.h>
5 STACK_OF(X509_EXTENSION
) *ext
;
8 /* This isn't meant to run particularly, it's just to test type checking */
9 int main(int argc
, char **argv
)
12 unsigned char **pp
= NULL
;
15 M_ASN1_I2D_len_SEQUENCE_opt_type(X509_EXTENSION
, x
->ext
,
17 M_ASN1_I2D_seq_total();
18 M_ASN1_I2D_put_SEQUENCE_opt_type(X509_EXTENSION
, x
->ext
,