[#OSSL_PARAM_get_time_t] = OSSL_PARAM_get_time_t :mrdocs: Read a time_t value from an integer OSSL_PARAM. == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_get_time_t( xref:OSSL_PARAM.adoc[OSSL_PARAM] const* p, time_t* val); ---- == Return Value 1 on success, or 0 on type/range error. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Parameter whose contents convert to time_t. | *val* | Receives the time value on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#