mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-08 06:03:47 +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/mirdef.h>
|
||||||
#include <openssl/miracl.h>
|
#include <openssl/miracl.h>
|
||||||
#include <openssl/sm2_standard.h>
|
#include <openssl/sm2_standard.h>
|
||||||
|
|||||||
@@ -52,7 +52,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user