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