mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
@ -4424,7 +4424,7 @@ void DesEcbEncrypt(void *dst, void *src, void *key_7bytes)
|
||||
DES_cblock key;
|
||||
DES_key_schedule ks;
|
||||
// Validate arguments
|
||||
if (dst == NULL || src == NULL || key == NULL)
|
||||
if (dst == NULL || src == NULL || key_7bytes == NULL)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user