opnsense-ports/archivers/unrar/files/patch-os.hpp
Franco Fichtner 1e6c5e9d29 */*: sync with upstream
Taken from: FreeBSD
2015-09-21 07:16:00 +02:00

13 lines
231 B
C++

--- os.hpp.orig 2013-12-01 08:10:14 UTC
+++ os.hpp
@@ -151,6 +151,10 @@
#include <utime.h>
#include <locale.h>
+#ifdef OPENSSL_AES
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
#ifdef S_IFLNK
#define SAVE_LINKS
#endif