opnsense-ports/archivers/libunrar/files/patch-os.hpp
Franco Fichtner 0fa1260623 */*: sync with upstream
Taken from: FreeBSD
2023-06-22 09:32:50 +02:00

13 lines
213 B
C++

--- 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