commit | e5e932d212aea2f9acceb4779b44f123050347a7 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sun May 30 15:40:21 1999 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sun May 30 15:40:21 1999 +0000 |
tree | 377ef0fda10c61269a77f7a6675068895be319ef | |
parent | ee8ba0b26c101262521a0bc10233cdd5a136d126 [diff] [blame] |
Another safe stack.
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 30de395..693d421 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h
@@ -331,7 +331,7 @@ typedef struct Netscape_certificate_sequence { ASN1_OBJECT *type; - STACK /* X509 */ *certs; + STACK_OF(X509) *certs; } NETSCAPE_CERT_SEQUENCE; #ifndef HEADER_BN_H