1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Import axTLS 1.4.9

This commit is contained in:
Ivan Grokhotkov
2015-08-30 13:34:00 +03:00
commit 4e0ccaf9b2
48 changed files with 11459 additions and 0 deletions

8
ssl/os_int.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef OS_INT_H
#define OS_INT_H
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#endif //OS_INT_H