Set a UTF‐8 pointer parameter to refer to val (no copy).

Synopsis

Declared in <openssl/params.h>

int
OSSL_PARAM_set_utf8_ptr(
    OSSL_PARAM* p,
    char const* val);

Return Value

1 on success, or 0 on type failure.

Parameters

Name

Description

p

Parameter locator with type OSSL_PARAM_UTF8_PTR.

val

Pointer to a NUL‐terminated string retained by the caller.

Created with MrDocs