[crypto] fix sm2 malloc error

This commit is contained in:
zhaoxiaomeng
2017-06-28 13:25:14 +08:00
parent e2f21391ab
commit 2159d0c5bc
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,6 @@
*/
#include <malloc.h>
#include <openssl/mirdef.h>
#include <openssl/miracl.h>
#include <openssl/sm2_standard.h>

View File

@@ -52,7 +52,8 @@
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>