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 opensslv.h Source File

opensslv.h

00001 /* opensslv.h compatibility */
00002 
00003 #ifndef CYASSL_OPENSSLV_H_
00004 #define CYASSL_OPENSSLV_H_
00005 
00006 
00007 /* api version compatibility */
00008 #define OPENSSL_VERSION_NUMBER 0x0090410fL
00009 
00010 
00011 #endif /* header */
00012