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

Name

Description

prompt

NUL‐terminated prompt text copied into an internal buffer, or NULL to clear.

Created with MrDocs