[#SSL_get_psk_identity_hint] = SSL_get_psk_identity_hint :mrdocs: Return the PSK identity hint used during the connection setup. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* SSL_get_psk_identity_hint(xref:SSL.adoc[SSL] const* s); ---- == Return Value NUL‐terminated hint string valid for the lifetime of `s,` or NULL if none was used. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#