summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/ui.h')
-rw-r--r--crypto/ui/ui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/ui/ui.h b/crypto/ui/ui.h
index 233e846a45..735a2d988e 100644
--- a/crypto/ui/ui.h
+++ b/crypto/ui/ui.h
@@ -345,6 +345,11 @@ int UI_get_result_maxsize(UI_STRING *uis);
int UI_set_result(UI *ui, UI_STRING *uis, const char *result);
+/* A couple of popular utility functions */
+int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify);
+int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
+
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.