Add default property API's to enable and test for fips
[openssl.git] / include / openssl / ui.h
index 254ec6c29d88d6bf83d61a1ec72de1583dfa7247..fa55d92ac8419d9b50fc864ea0a9a6ea149b7e9c 100644 (file)
@@ -283,7 +283,8 @@ const UI_METHOD *UI_null(void);
  * about a string or a prompt, including test data for a verification prompt.
  */
 typedef struct ui_string_st UI_STRING;
-DEFINE_STACK_OF(UI_STRING)
+
+DEFINE_OR_DECLARE_STACK_OF(UI_STRING)
 
 /*
  * The different types of strings that are currently supported. This is only