opnsense-ports/archivers/libunrar6/files/patch-os.hpp
Franco Fichtner 5dc2ee991c */*: sync with upstream
Taken from: HardenedBSD
2021-01-20 12:05:51 +01:00

13 lines
213 B
C++

--- os.hpp.orig 2017-04-28 17:28:46 UTC
+++ os.hpp
@@ -150,6 +150,10 @@
#include <locale.h>
+#ifdef OPENSSL_AES
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
#ifdef S_IFLNK
#define SAVE_LINKS
#endif