EVP_set_pw_prompt

Set the default password prompt string used by EVP password helpers.

Synopsis

Declared in <openssl/evp.h>

void
EVP_set_pw_prompt(char const* prompt);

Parameters

NameDescription
promptNUL-terminated prompt text copied into an internal buffer, or NULL to clear.