aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-30 15:40:21 +0000
committerBen Laurie <ben@openssl.org>1999-05-30 15:40:21 +0000
commite5e932d212aea2f9acceb4779b44f123050347a7 (patch)
tree377ef0fda10c61269a77f7a6675068895be319ef /crypto/x509/x509.h
parentee8ba0b26c101262521a0bc10233cdd5a136d126 (diff)
downloadopenssl-e5e932d212aea2f9acceb4779b44f123050347a7.tar.gz
Another safe stack.
Diffstat (limited to 'crypto/x509/x509.h')
-rw-r--r--crypto/x509/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 30de3950f5..693d42113c 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -331,7 +331,7 @@ typedef struct Netscape_spki_st
typedef struct Netscape_certificate_sequence
{
ASN1_OBJECT *type;
- STACK /* X509 */ *certs;
+ STACK_OF(X509) *certs;
} NETSCAPE_CERT_SEQUENCE;
#ifndef HEADER_BN_H