mirror of
https://github.com/monero-project/monero.git
synced 2025-05-18 14:50:22 -04:00
crypto: fix typo in ifdef
This commit is contained in:
parent
b328fbecc2
commit
548cfc8d68
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue