Update native-cipher to mbedtls 2.15.1

This commit is contained in:
md_5 2018-12-21 11:01:35 +11:00
parent a9a4c900e4
commit 7dd09289ee
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Support for CentOS 6
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
#include <stdlib.h>
#include <string.h>