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

/openbsd-current/lib/libcrypto/err/
H A Derr.c289 static const ERR_FNS *err_fns = NULL; variable
292 #define ERRFN(a) err_fns->cb_##a
306 /* Internal function that checks whether "err_fns" is set and if not, sets it to
311 if (err_fns)
315 if (!err_fns)
316 err_fns = &err_defaults;

Completed in 114 milliseconds