|
NAMEERR_asprintf_error_data —
record a LibreSSL error using a formatted string
SYNOPSIS#include <openssl/err.h>
void
DESCRIPTIONERR_asprintf_error_data builds a string using
asprintf(3)
called with the provided format and arguments. The
resulting string is then associated with the error code that was most recently
added. If
asprintf(3)
fails, the string "malloc failed" is associated instead.
SEE ALSOERR(3), ERR_put_error(3), printf(3)HISTORYERR_asprintf_error_data appeared in
OpenBSD 5.6 and is available in all versions of
LibreSSL.
Visit the GSP FreeBSD Man Page Interface. |