1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

Changed order of when os_int.h is imported

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@227 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2012-07-01 10:57:25 +00:00
parent 8ac6264444
commit 24384a37a4
2 changed files with 3 additions and 2 deletions

View File

@ -41,8 +41,9 @@ extern "C" {
#endif #endif
#include "version.h" #include "version.h"
#include "crypto.h" #include "config.h"
#include "os_int.h" #include "os_int.h"
#include "crypto.h"
#include "crypto_misc.h" #include "crypto_misc.h"
#define SSL_PROTOCOL_MIN_VERSION 0x31 /* TLS v1.0 */ #define SSL_PROTOCOL_MIN_VERSION 0x31 /* TLS v1.0 */

File diff suppressed because one or more lines are too long