USERNOTICE
.offset = offsetof(USERNOTICE, noticeref),
.offset = offsetof(USERNOTICE, exptext),
.size = sizeof(USERNOTICE),
USERNOTICE *
d2i_USERNOTICE(USERNOTICE **a, const unsigned char **in, long len)
return (USERNOTICE *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_USERNOTICE(USERNOTICE *a, unsigned char **out)
USERNOTICE *
return (USERNOTICE *)ASN1_item_new(&USERNOTICE_it);
USERNOTICE_free(USERNOTICE *a)
USERNOTICE *not;
print_notice(BIO *out, USERNOTICE *notice, int indent)
static void print_notice(BIO *out, USERNOTICE *notice, int indent);
USERNOTICE *usernotice;
USERNOTICE *USERNOTICE_new(void);
void USERNOTICE_free(USERNOTICE *a);
USERNOTICE *d2i_USERNOTICE(USERNOTICE **a, const unsigned char **in, long len);
int i2d_USERNOTICE(USERNOTICE *a, unsigned char **out);