Fix safestack issues in x509.h
[openssl.git] / ssl / s3_lib.c
index c49f2118cae632d30ad718faeea3b77d8bf7ca53..88bab0edc410d13db0af52094411ee344a2eaea6 100644 (file)
@@ -20,9 +20,6 @@
 #include <openssl/x509v3.h>
 #include "internal/cryptlib.h"
 
-DEFINE_STACK_OF(X509_NAME)
-DEFINE_STACK_OF(X509)
-
 #define TLS13_NUM_CIPHERS       OSSL_NELEM(tls13_ciphers)
 #define SSL3_NUM_CIPHERS        OSSL_NELEM(ssl3_ciphers)
 #define SSL3_NUM_SCSVS          OSSL_NELEM(ssl3_scsvs)