Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HTTPClient-SSL HTTPClient HTTPClient-SSL http_access ... more
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 00027
Generated on Wed Jul 13 2022 02:18:39 by
1.7.2
