freebsd-ports/archivers/unrar/files/patch-os.hpp
Po-Chuan Hsieh 33ff8541ea
archivers/unrar: Update to 6.10
- Remove my LOCAL from MASTER_SITES
2022-02-28 20:45:56 +08:00

13 lines
213 B
C++

--- os.hpp.orig 2022-01-24 07:33:18 UTC
+++ os.hpp
@@ -168,6 +168,10 @@
#include <locale.h>
+#ifdef OPENSSL_AES
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
#ifdef S_IFLNK
#define SAVE_LINKS
#endif