Another stack.

This commit is contained in:
Ben Laurie
1999-05-01 18:29:59 +00:00
parent d500de1672
commit d35ea5b00b
8 changed files with 58 additions and 51 deletions

View File

@@ -174,7 +174,7 @@ typedef struct x509_attributes_st
int set; /* 1 for a set, 0 for a single item (which is wrong) */
union {
char *ptr;
/* 1 */ STACK /* ASN1_TYPE */ *set;
/* 1 */ STACK_OF(ASN1_TYPE) *set;
/* 0 */ ASN1_TYPE *single;
} value;
} X509_ATTRIBUTE;