Skip to content
Snippets Groups Projects
Commit ef5c2fd7 authored by Santhosh Raju's avatar Santhosh Raju
Browse files

security/wolfssl: Fix arm64 build.

parent c21980b4
No related branches found
No related tags found
No related merge requests found
Fix the typo in the aarch64 macro
https://github.com/wolfSSL/wolfssl/pull/8346
--- wolfcrypt/src/cpuid.c.orig 2025-01-09 14:23:01 UTC
+++ wolfcrypt/src/cpuid.c
@@ -259,7 +259,7 @@
if (features & CPUID_AARCH64_FEAT_AES)
cpuid_flags |= CPUID_AES;
- if (features & CPUID_AARCH64_FEAT_PMULL)
+ if (features & CPUID_AARCH64_FEAT_AES_PMULL)
cpuid_flags |= CPUID_PMULL;
if (features & CPUID_AARCH64_FEAT_SHA256)
cpuid_flags |= CPUID_SHA256;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment