_aux
static const ASN1_AUX tname##_aux = { \
static const ASN1_AUX tname##_aux = { \
static const ASN1_AUX tname##_aux = { \
.funcs = &tname##_aux, \
.funcs = &tname##_aux, \
.funcs = &tname##_aux, \
static const ASN1_AUX tname##_aux = { \
.funcs = &tname##_aux, \
s->aux = (struct _aux *) malloc (s->optc * sizeof (struct _aux));
struct _aux *aux;
struct _aux *aux; /* Auxiliary data about options. */
struct _aux *auxp;