[#OSSL_PARAM_BLD_push_int] = OSSL_PARAM_BLD_push_int :mrdocs: Append a signed int parameter to a builder (stored by value). == Synopsis Declared in `<openssl/param_build.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_BLD_push_int( xref:OSSL_PARAM_BLD.adoc[OSSL_PARAM_BLD]* bld, char const* key, int val); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *bld* | Parameter builder. | *key* | Parameter name string. | *val* | Value to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#