opnsense-ports/archivers/libunrar6/files/patch-os.hpp
Franco Fichtner 945b1436f9 */*: sync with upstream
Taken from: FreeBSD
2023-06-20 08:30:40 +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