mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
commit
e22ec26be4
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)
|
STATIC INLINE int check_aes_hw(void)
|
||||||
{
|
{
|
||||||
#ifdef __APPLE___
|
#ifdef __APPLE__
|
||||||
return 1;
|
return 1;
|
||||||
#else
|
#else
|
||||||
static int supported = -1;
|
static int supported = -1;
|
||||||
|
|
Loading…
Reference in a new issue