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.
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
Generated on Tue Jul 12 2022 20:12:50 by
