summaryrefslogtreecommitdiffstats
path: root/apps/kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kdf.c')
-rw-r--r--apps/kdf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/kdf.c b/apps/kdf.c
index 8d11807f5f..ba14cfdc76 100644
--- a/apps/kdf.c
+++ b/apps/kdf.c
@@ -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,