libhcrypto: UI_UTIL_FLAG_VERIFY_SILENT
This commit is contained in:

committed by
Nico Williams

parent
7e0ff63b38
commit
014f16883c
@@ -39,6 +39,10 @@
|
||||
/* symbol renaming */
|
||||
#define UI_UTIL_read_pw_string hc_UI_UTIL_read_pw_string
|
||||
|
||||
/* OpenSSL API extensions */
|
||||
#define UI_UTIL_FLAG_VERIFY 0x1 /* ask to verify password */
|
||||
#define UI_UTIL_FLAG_VERIFY_SILENT 0x2 /* silence on verify failure */
|
||||
|
||||
int UI_UTIL_read_pw_string(char *, int, const char *, int); /* XXX */
|
||||
|
||||
#endif /* _HEIM_UI_H */
|
||||
|
Reference in New Issue
Block a user