[#SSL_alert_type_string] = SSL_alert_type_string :mrdocs: Return a short string for an SSL/TLS alert level. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* SSL_alert_type_string(int value); ---- == Return Value "W" (warning), "F" (fatal), or "U" (unknown); do not free. == Parameters [cols="1,4"] |=== | Name| Description | *value* | Alert description encoded as in the TLS Alert protocol (level in the high bits as used by OpenSSL callbacks). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#