Home
last modified time | relevance | path

Searched defs:ERR_GET_REASON (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Derr.h144 # define ERR_GET_REASON(l) (int)( (l) & 0xFFFL) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Derr.h.in257 static ossl_unused ossl_inline int ERR_GET_REASON(unsigned long errcode) function