Swap binary axTLS libssl for direct compiled version

This commit is contained in:
Angus Gratton 2015-06-02 10:43:08 +10:00
parent c19346fa23
commit 3fcec6106f
21 changed files with 590 additions and 1925 deletions

6
axtls/include/os_int.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _OS_INT_H
#define _OS_INT_H
#include <stdint.h>
#endif