Skip to content

Commit

Permalink
Improved AES-NI check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi authored Aug 30, 2022
1 parent 3dc1129 commit d2e7673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/third_party/src/gcrypt/aesni.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int mbedtls_aesni_has_support( unsigned int what )
#if defined(linux) || defined(__linux__)
unsigned int eax, ebx, ecx, edx;

if(what == MBEDTLS_AESNI_AES) {
{
/*
NOTE
Expand Down

0 comments on commit d2e7673

Please sign in to comment.