]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/lib/names.c
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[thirdparty/openssl.git] / apps / lib / names.c
index 42b9e9065cb644cec47028c5abc24855bbfbc88f..5e2e7e147c7fd09db0cd158e096f15b57e24f750 100644 (file)
@@ -12,8 +12,6 @@
 #include <openssl/safestack.h>
 #include "names.h"
 
-DEFINE_STACK_OF_CSTRING()
-
 #ifdef _WIN32
 # define strcasecmp _stricmp
 #endif