mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
[crypto] fix sm2 malloc error
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <malloc.h>
|
||||
#include <openssl/mirdef.h>
|
||||
#include <openssl/miracl.h>
|
||||
#include <openssl/sm2_standard.h>
|
||||
|
||||
@@ -52,7 +52,8 @@
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user