mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 15:33:58 +08:00
remove warnings
This commit is contained in:
@@ -78,6 +78,7 @@ void sms4_ede_encrypt(const unsigned char in[16], unsigned char out[16],
|
||||
void sms4_ede_ecb_encrypt(const unsigned char *in, unsigned char *out,
|
||||
const sms4_ede_key_t *key, int enc)
|
||||
{
|
||||
(void)enc;
|
||||
sms4_ede_encrypt(in, out, key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user