Since OID NIDs with 0.9.8.
[openssl.git] / crypto / ui / ui.h
index 018296412b187107b7f971f18116b325d5b6eef9..c343595a39d287d0fd93f0453e3319781f0d43a2 100644 (file)
@@ -287,8 +287,8 @@ UI_METHOD *UI_OpenSSL(void);
 /* The UI_STRING type is the data structure that contains all the needed info
    about a string or a prompt, including test data for a verification prompt.
 */
-DECLARE_STACK_OF(UI_STRING)
 typedef struct ui_string_st UI_STRING;
+DECLARE_STACK_OF(UI_STRING)
 
 /* The different types of strings that are currently supported.
    This is only needed by method authors. */