Fix safestack issues in x509.h
[openssl.git] / ssl / t1_lib.c
index 702622487f99ce9c6798f51ad5b1546a0af8539e..f2043aef7e5e65e76e7210c816b937f9ea6c6695 100644 (file)
@@ -28,9 +28,6 @@
 #include "ssl_local.h"
 #include <openssl/ct.h>
 
-DEFINE_STACK_OF(X509)
-DEFINE_STACK_OF(X509_NAME)
-
 static const SIGALG_LOOKUP *find_sig_alg(SSL *s, X509 *x, EVP_PKEY *pkey);
 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);