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