]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/s_server.c
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[thirdparty/openssl.git] / apps / s_server.c
index c970080d83170a02221584285f5e540faad3f032..dde0ee60c003d3d1b9eacd29ac06d8218699b6eb 100644 (file)
@@ -60,8 +60,6 @@ typedef unsigned int u_int;
 #endif
 #include "internal/sockets.h"
 
-DEFINE_STACK_OF_STRING()
-
 static int not_resumable_sess_cb(SSL *s, int is_forward_secure);
 static int sv_body(int s, int stype, int prot, unsigned char *context);
 static int www_body(int s, int stype, int prot, unsigned char *context);