1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/archivers/unrar/files/patch-os.hpp
Sunpoet Po-Chuan Hsieh eebe712f63 Update to 5.71
2019-04-29 18:18:35 +00:00

14 lines
213 B
C++

--- os.hpp.orig 2019-04-27 20:05:18 UTC
+++ os.hpp
@@ -166,6 +166,10 @@
#include <locale.h>
+#ifdef OPENSSL_AES
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
#ifdef S_IFLNK
#define SAVE_LINKS
#endif