In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / ui / ui_lib.c
index 97a75eab66b805d0526ee684b76e65e38db13548..85bf8c1f80b615be7f4b0baae58f58f8a19e7fed 100644 (file)
@@ -15,6 +15,8 @@
 #include <openssl/err.h>
 #include "ui_local.h"
 
+DEFINE_STACK_OF(UI_STRING)
+
 UI *UI_new(void)
 {
     return UI_new_method(NULL);