summaryrefslogtreecommitdiff
path: root/release/src/router/cyassl/include/openssl/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/cyassl/include/openssl/crypto.h')
-rw-r--r--release/src/router/cyassl/include/openssl/crypto.h19
1 files changed, 19 insertions, 0 deletions
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 */
+