]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/kdf.c
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[thirdparty/openssl.git] / apps / kdf.c
index 8d11807f5f405089cc7ae24faeb2e3ea102fd23b..ba14cfdc765283bf6c56a25c054f4348a0bbfe23 100644 (file)
@@ -17,8 +17,6 @@
 #include <openssl/kdf.h>
 #include <openssl/params.h>
 
-DEFINE_STACK_OF_STRING()
-
 typedef enum OPTION_choice {
     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
     OPT_KDFOPT, OPT_BIN, OPT_KEYLEN, OPT_OUT,