mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-02 08:11:32 +03:00
Rename IsIntelAesNiSupported() to IsAesNiSupported()
This commit is contained in:
@ -522,7 +522,7 @@ void AesFreeKey(AES_KEY_VALUE *k);
|
||||
void AesEncrypt(void *dest, void *src, UINT size, AES_KEY_VALUE *k, void *ivec);
|
||||
void AesDecrypt(void *dest, void *src, UINT size, AES_KEY_VALUE *k, void *ivec);
|
||||
|
||||
bool IsIntelAesNiSupported();
|
||||
bool IsAesNiSupported();
|
||||
|
||||
void OpenSSL_InitLock();
|
||||
void OpenSSL_FreeLock();
|
||||
|
||||
Reference in New Issue
Block a user