Home
last modified time | relevance | path

Searched refs:OpenSSL_version (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/
H A Dcversion.c89 OpenSSL_version(int t) in OpenSSL_version() function
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dopenssl-compat.h45 # define OpenSSL_version(x) SSLeay_version(x) macro
/dflybsd-src/crypto/openssh/
H A Dsshkey.h42 #define SSH_OPENSSL_VERSION OpenSSL_version(OPENSSL_VERSION)
H A Dconfigure.ac2829 AC_CHECK_FUNCS([OpenSSL_version OpenSSL_version_num])
2848 # define OpenSSL_version SSLeay_version
2857 OpenSSL_version(OPENSSL_VERSION)) < 0)
H A Dconfig.h.in1011 /* Define to 1 if you have the `OpenSSL_version' function. */
H A Dconfigure18743 OpenSSL_version(OPENSSL_VERSION)) < 0)
H A Dconfig.log15475 configure:18689: checking for OpenSSL_version
/dflybsd-src/crypto/libressl/include/openssl/
H A Dcrypto.h319 const char *OpenSSL_version(int type);
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c5444 OpenSSL_version(OPENSSL_VERSION)); in tls_get_library_version()