Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Derr.h142 # define ERR_GET_LIB(l) (int)(((l) >> 24L) & 0x0FFL) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Derr.h.in243 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) function