commit | d35ea5b00b32eb30eaaffd3c5e504d6c003c17dc | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sat May 01 18:29:59 1999 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sat May 01 18:29:59 1999 +0000 |
tree | b88a7b2510ac63d5c5fd733e5595a3347271402e | |
parent | d500de16725216503786dba48db519d3031614e7 [diff] [blame] |
Another stack.
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 5c2894b..02f7b2f 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h
@@ -174,7 +174,7 @@ 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;