From 5ac03256db0fe4ca7e3ad1117d096c3a76368b76 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Jan 2015 09:46:07 +0100 Subject: backported CyaSSL/OpenSSL support for internal webserver instead of MatrixSSL --- release/src/router/cyassl/include/openssl/crypto.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release/src/router/cyassl/include/openssl/crypto.h (limited to 'release/src/router/cyassl/include/openssl/crypto.h') diff --git a/release/src/router/cyassl/include/openssl/crypto.h b/release/src/router/cyassl/include/openssl/crypto.h new file mode 100644 index 00000000..603943bc --- /dev/null +++ b/release/src/router/cyassl/include/openssl/crypto.h @@ -0,0 +1,19 @@ +/* crypto.h for openSSL */ + +#ifndef CYASSL_CRYPTO_H_ +#define CYASSL_CRYPTO_H_ + +#ifdef YASSL_PREFIX +#include "prefix_crypto.h" +#endif + +const char* SSLeay_version(int type); +unsigned long SSLeay(void); + + +#define SSLEAY_VERSION 0x0090600fL +#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION + + +#endif /* header */ + -- cgit v1.2.3-54-g00ecf