diff options
Diffstat (limited to 'extra/yassl/include/openssl/crypto.h')
-rw-r--r-- | extra/yassl/include/openssl/crypto.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/yassl/include/openssl/crypto.h b/extra/yassl/include/openssl/crypto.h new file mode 100644 index 00000000000..4a0c1db0df1 --- /dev/null +++ b/extra/yassl/include/openssl/crypto.h @@ -0,0 +1,13 @@ +/* crypto.h for openSSL */ + +#ifndef ysSSL_crypto_h__ +#define yaSSL_crypto_h__ + +const char* SSLeay_version(int type); + +#define SSLEAY_VERSION 0x0900L +#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION + + +#endif /* yaSSL_crypto_h__ */ + |