Searched refs:ERR_error_string_fn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_libssl_setup.c87 static char *(*ERR_error_string_fn)() = NULL; variable
138 ERR_error_string_fn = (char *(*)())dlsym(dldesc,
140 if (ERR_error_string_fn == NULL)
318 ERR_error_string_fn(ERR_get_error_fn(), errbuf));

Completed in 19 milliseconds