Set the command‐name prefix recognised by subsequent SSL_CONF_cmd() calls.
Synopsis
Declared in <openssl/ssl.h>
int
SSL_CONF_CTX_set1_prefix(
SSL_CONF_CTX* cctx,
char const* pre);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
cctx |
Configuration context to update. |
pre |
Prefix string, or NULL to restore the default for the current flags. |
Created with MrDocs