Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
des_read_pw, des_read_pw_string, EVP_read_pw_string, EVP_read_pw_string_min — compatibility user interface functionsSYNOPSIS
#include <openssl/ui_compat.h>des_read_pw(char *buf, char *buff, int length, const char *prompt, int verify);
des_read_pw_string(char *buf, int length, const char *prompt, int verify);
EVP_read_pw_string(char *buf, int length, const char *prompt, int verify);
EVP_read_pw_string_min(char *buf, int min_length, int length, const char *prompt, int verify);