[#OSSL_PARAM_construct_long] = OSSL_PARAM_construct_long :mrdocs: Construct an OSSL_PARAM that locates a signed long int value. == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] OSSL_PARAM_construct_long( char const* key, long* buf); ---- == Return Value Initialized OSSL_PARAM value (by value). == Parameters [cols="1,4"] |=== | Name| Description | *key* | Parameter name. | *buf* | Address of the long int to read or write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#