Return the process‐wide default password prompt string.

Synopsis

Declared in <openssl/evp.h>

char*
EVP_get_pw_prompt();

Return Value

Pointer to the current prompt (do not free), never NULL after library init.

Created with MrDocs