Home
last modified time | relevance | path

Searched refs:check_winnt (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/
H A De_os.h176 # define check_winnt() (1) macro
179 # define check_winnt() (GetVersion() < 0x80000000) macro
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c208 if (check_winnt() && OPENSSL_isservice() > 0) { in OPENSSL_showfatal()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_log.c245 if (check_winnt()) in xopenlog()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2704 if (check_winnt()) in app_tminterval()