Merge pull request #8030

89a0b31 crypto: fix typo in ifdef (selsta)
This commit is contained in:
luigi1111 2021-11-01 12:32:49 -05:00
commit 97b7a41bfa
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ union cn_slow_hash_state
STATIC INLINE int check_aes_hw(void)
{
#ifdef __APPLE___
#ifdef __APPLE__
return 1;
#else
static int supported = -1;