aboutsummaryrefslogtreecommitdiff
path: root/archivers/libunrar/files/patch-os.hpp
blob: ef633fb42257b6cc4ac390be5e11750c620f5ca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- os.hpp.orig	2023-01-17 16:25:54 UTC
+++ os.hpp
@@ -173,6 +173,10 @@
 #include <locale.h>
 
 
+#ifdef OPENSSL_AES
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
 #ifdef  S_IFLNK
 #define SAVE_LINKS
 #endif