]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/provider.c
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[thirdparty/openssl.git] / apps / provider.c
index 748b95023e8a7c8479fcaa96ba58e11143c424a2..f1374a365ccbca2c43d7edc82a69d5cca8b9196e 100644 (file)
@@ -24,8 +24,6 @@
 # include <string.h> /* memset */
 #endif
 
-DEFINE_STACK_OF_CSTRING()
-
 typedef enum OPTION_choice {
     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
     OPT_V = 100, OPT_VV, OPT_VVV