crypto: fix typo in ifdef

This commit is contained in:
selsta 2021-10-29 17:55:14 +02:00
parent b328fbecc2
commit 548cfc8d68
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

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;