Append an unsigned long parameter to a builder.
Synopsis
Declared in <openssl/param_build.h>
int
OSSL_PARAM_BLD_push_ulong(
OSSL_PARAM_BLD* bld,
char const* key,
unsigned long val);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
bld |
Parameter builder. |
key |
Parameter name string. |
val |
Value to store. |
Created with MrDocs