crypto: fix typo in ifdef

This commit is contained in:
selsta
2021-10-29 17:58:53 +02:00
parent 61e16307cd
commit 89a0b31380

View File

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