Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
UI_UTIL_read_pw, UI_UTIL_read_pw_string — get a password from the userSYNOPSIS
#include <openssl/ui.h>UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify);
UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify);