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:
parent
8ac6264444
commit
24384a37a4
@ -41,8 +41,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "version.h"
|
||||
#include "crypto.h"
|
||||
#include "config.h"
|
||||
#include "os_int.h"
|
||||
#include "crypto.h"
|
||||
#include "crypto_misc.h"
|
||||
|
||||
#define SSL_PROTOCOL_MIN_VERSION 0x31 /* TLS v1.0 */
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user