Read an integer parameter value from p into *`val.`
Synopsis
Declared in <openssl/params.h>
int
OSSL_PARAM_get_int(
OSSL_PARAM const* p,
int* val);
Return Value
1 on success, or 0 on type/range failure.
Parameters
Name |
Description |
p |
Parameter locator describing an integer‐typed value. |
val |
Receives the converted int. |
Created with MrDocs