Merge pull request #8029

548cfc8 crypto: fix typo in ifdef (selsta)
pull/470/head
luigi1111 3 years ago
commit e22ec26be4
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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;

Loading…
Cancel
Save