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
+1 -1
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;