[#SSL_SESSION_set_time] = SSL_SESSION_set_time :mrdocs: Set the creation time of an SSL_SESSION (seconds since the Unix epoch). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- long SSL_SESSION_set_time( xref:SSL_SESSION.adoc[SSL_SESSION]* s, long t); ---- == Return Value 1 on success. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Session to update. | *t* | New session timestamp. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#