[#OSSL_PARAM_get_int] = OSSL_PARAM_get_int :mrdocs: Read an integer parameter value from `p` into *`val.` == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_get_int( xref:OSSL_PARAM.adoc[OSSL_PARAM] const* p, int* val); ---- == Return Value 1 on success, or 0 on type/range failure. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Parameter locator describing an integer‐typed value. | *val* | Receives the converted int. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#