ERR_error_string
LCRYPTO_ALIAS(ERR_error_string);
char *ERR_error_string(unsigned long e, char *buf);
LCRYPTO_USED(ERR_error_string);
errstr = ERR_error_string(err, NULL);
errstr = ERR_error_string(err, NULL);
errstr = ERR_error_string(ssl_err, NULL);
errstr = ERR_error_string(ssl_err, NULL);
ERR_error_string(l, NULL));
s = ERR_error_string(0x3fff067UL, NULL);
s = ERR_error_string(0x3fff067UL, buf);
ERR_error_string(errcode, NULL),
warnx("%s", ERR_error_string(errcode, NULL));
ERR_error_string(ERR_get_error(), NULL));
ERR_error_string(errnum, NULL));
ERR_error_string(errnum, NULL));
file, line, ERR_error_string(openssl_error, NULL));
ERR_error_string(error, NULL));
(int)error, ERR_error_string(error, NULL));
ERR_error_string(error, NULL));
error_f("libcrypto error: %s", ERR_error_string(e, NULL));
ERR_error_string(e, buf);
ERR_error_string(ERR_get_error(), buf));
*errstr = ERR_error_string(ERR_peek_last_error(), NULL);
(int)error, ERR_error_string(error, NULL));
ERR_error_string(error, NULL));