Remove warnings on Windows

This commit is contained in:
Zhi Guan
2026-05-27 22:07:03 +08:00
parent efddfc5ac5
commit 2c0053dd85
7 changed files with 9 additions and 9 deletions

View File

@@ -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;