opnsense-ports/archivers/unrar-iconv/files/patch-os.hpp
Franco Fichtner fb62da26df */*: sync with upstream
Taken from: FreeBSD
2024-03-11 10:55:04 +01: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