Fix safestack issues in x509.h
[openssl.git] / apps / s_server.c
index f1ea550fed85d0279ff0e1eaef0499d2b00109dd..c970080d83170a02221584285f5e540faad3f032 100644 (file)
@@ -60,9 +60,6 @@ typedef unsigned int u_int;
 #endif
 #include "internal/sockets.h"
 
-DEFINE_STACK_OF(X509_EXTENSION)
-DEFINE_STACK_OF(X509_CRL)
-DEFINE_STACK_OF(X509)
 DEFINE_STACK_OF_STRING()
 
 static int not_resumable_sess_cb(SSL *s, int is_forward_secure);