mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Remove warnings on Windows
This commit is contained in:
@@ -2033,8 +2033,6 @@ static int speed_SDF_InternalEncrypt_ECC(int key)
|
||||
unsigned char ucData[32] = {1}; // same as sm2_enctest.c
|
||||
unsigned int uiDataLength = (unsigned int)sizeof(ucData);
|
||||
ECCCipher eccCipher;
|
||||
unsigned char ucDecData[256];
|
||||
unsigned int uiDecDataLength;
|
||||
clock_t begin, end;
|
||||
double seconds;
|
||||
int i, ret;
|
||||
|
||||
Reference in New Issue
Block a user