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

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_libssl_setup.c86 static char *(*ERR_get_error_fn)() = NULL; variable
133 ERR_get_error_fn = (char *(*)())dlsym(dldesc,
135 if (ERR_get_error_fn == NULL)
318 ERR_error_string_fn(ERR_get_error_fn(), errbuf));

Completed in 55 milliseconds