]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/kdf.c
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / apps / kdf.c
index 0b577b2bcddfa9d422fe322b475750557f060ca6..9a69682b575db004bc1e040e71a4e4a55752a0a4 100644 (file)
@@ -17,6 +17,8 @@
 #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,