aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/libunrar/files/patch-os.hpp
blob: f3936d120c1b88c7c707f079419aad78ba070646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- os.hpp.orig	2025-02-12 14:05:27 UTC
+++ os.hpp
@@ -158,10 +158,13 @@
 
 #if defined(__aarch64__) && (defined(__ARM_FEATURE_CRYPTO) || defined(__ARM_FEATURE_CRC32))
 #include <arm_neon.h>
-#ifndef _APPLE
+#if !defined(_APPLE) && !defined(__FreeBSD__)
 #include <sys/auxv.h>
 #include <asm/hwcap.h>
 #endif
+#ifdef __FreeBSD__
+#include <machine/armreg.h>
+#endif
 #ifdef __ARM_FEATURE_CRYPTO
 #define USE_NEON_AES
 #endif
@@ -169,6 +172,10 @@
 #define USE_NEON_CRC32
 #endif
 #endif
+
+#if defined(OPENSSL_AES)
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
 
 #ifdef  S_IFLNK
 #define SAVE_LINKS