/* crypto.h for openSSL */ #ifndef WOLFSSL_CRYPTO_H_ #define WOLFSSL_CRYPTO_H_ #include #ifdef WOLFSSL_PREFIX #include "prefix_crypto.h" #endif WOLFSSL_API const char* wolfSSLeay_version(int type); WOLFSSL_API unsigned long wolfSSLeay(void); #define SSLeay_version wolfSSLeay_version #define SSLeay wolfSSLeay #define SSLEAY_VERSION 0x0090600fL #define SSLEAY_VERSION_NUMBER SSLEAY_VERSION #endif /* header */