Skip to content

Commit

Permalink
fix llvm error
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Innes <[email protected]>
  • Loading branch information
andrewc12 committed Aug 16, 2023
1 parent 40736cd commit be79e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/icp/algs/aes/aes_impl_x86-64.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* keyarr32 User key
* keyBits AES key size (128, 192, or 256 bits)
*/
static void
static void ASMABI
aes_x86_64_generate(aes_key_t *key, const uint32_t *keyarr32, int keybits)
{
key->nr = rijndael_key_setup_enc_amd64(&(key->encr_ks.ks32[0]),
Expand Down

0 comments on commit be79e24

Please sign in to comment.