1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

548cfc8 crypto: fix typo in ifdef (selsta)
This commit is contained in:
luigi1111 2021-11-01 12:32:24 -05:00
commit e22ec26be4
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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;