opnsense-ports/archivers/unrar/files/patch-os.hpp
Franco Fichtner ec55c31a07 */*: sync with upstream
Taken from: FreeBSD
2023-02-06 10:13:34 +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