зеркало из https://github.com/github/putty.git
Add a missing const
Dummy version of 'aes_setup_ni` function (for compilers that do not support AES extenstions) must have same signature as actual function
This commit is contained in:
Родитель
2611e69983
Коммит
f4ca28a0f4
2
sshaes.c
2
sshaes.c
|
@ -1707,7 +1707,7 @@ static void aes_setup_ni(AESContext * ctx,
|
|||
|
||||
#else /* COMPILER_SUPPORTS_AES_NI */
|
||||
|
||||
static void aes_setup_ni(AESContext * ctx, unsigned char *key, int keylen)
|
||||
static void aes_setup_ni(AESContext * ctx, const unsigned char *key, int keylen)
|
||||
{
|
||||
assert(0);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче