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

/forgerock/web-agents-v4/source/
H A Dnet_client_ssl.c275 fprintf(stderr, "init_ssl(): %s is not available (error: %d)\n", name, GetLastError());
302 fprintf(stderr, "init_ssl(): %s is not available\n", name);
311 fprintf(stderr, "init_ssl(): failed to load %s\n", fp->name);
408 init_ssl( function
466 InitOnceExecuteOnce(&ssl_lib_initialized, init_ssl, NULL, NULL);
468 pthread_once(&ssl_lib_initialized, init_ssl);

Completed in 37 milliseconds