A good use of the UI interface is as a password callback replacement
[openssl.git] / crypto / ui / ui_locl.h
index d5470a6c0570b51d5b8c7be1753cd4767f65ef7b..4adf0d821ba3f3843b5d675bbc9dae7d9005daf5 100644 (file)
@@ -104,6 +104,7 @@ struct ui_st
        STACK_OF(UI_STRING) *strings; /* We might want to prompt for more
                                         than one thing at a time, and
                                         with different echoing status.  */
+       void *user_data;
        CRYPTO_EX_DATA ex_data;
        };