Home
last modified time | relevance | path

Searched refs:ERR_LIB_CONF (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/conf/
Dconf_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
/freebsd-10-stable/crypto/openssl/crypto/err/
Derr.h173 # define ERR_LIB_CONF 14 macro
214 # define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
274 # define ERR_R_CONF_LIB ERR_LIB_CONF/* 14 */
Derr.c142 {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},