Searched defs:ERR_error_string (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_client_ssl.c108 {"ERR_error_string", NULL},
213 #define ERR_error_string (* (char * (*)(unsigned long, char *)) crypto_sw[10].ptr) macro
356 return err == 0 ? am_strerror(AM_SUCCESS) : LOGEMPTY(ERR_error_string(err, err_buff));

Completed in 558 milliseconds