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

/openbsd-current/lib/libcrypto/err/
H A Derr.c130 typedef struct st_ERR_FNS ERR_FNS; typedef in typeref:struct:st_ERR_FNS
242 /* Define the predeclared (but externally opaque) "ERR_FNS" type */
273 /* The static ERR_FNS table using these defaults functions */
274 static const ERR_FNS err_defaults = {
288 /* The replacable table of ERR_FNS functions we use at run-time */
289 static const ERR_FNS *err_fns = NULL;

Completed in 181 milliseconds