cyassl re-port with cellular comms, PSK test

Dependencies:   VodafoneUSBModem_bleedingedge2 mbed-rtos mbed-src

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers crypto.h Source File

crypto.h

00001 /* crypto.h for openSSL */
00002 
00003 #ifndef CYASSL_CRYPTO_H_
00004 #define CYASSL_CRYPTO_H_
00005 
00006 
00007 #include <cyassl/ctaocrypt/settings.h>
00008 
00009 #ifdef YASSL_PREFIX
00010 #include "prefix_crypto.h"
00011 #endif
00012 
00013 
00014 CYASSL_API const char*   CyaSSLeay_version(int type);
00015 CYASSL_API unsigned long CyaSSLeay(void);
00016 
00017 #define SSLeay_version CyaSSLeay_version
00018 #define SSLeay CyaSSLeay
00019 
00020 
00021 #define SSLEAY_VERSION 0x0090600fL
00022 #define SSLEAY_VERSION_NUMBER SSLEAY_VERSION
00023 
00024 
00025 #endif /* header */
00026