crypto: fix typo in ifdef

pull/470/head
selsta 3 years ago
parent b328fbecc2
commit 548cfc8d68
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

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