opnsense-ports/archivers/unrar/files/patch-os.hpp
Franco Fichtner c3ea87cc3b */*: sync with upstream
Taken from: FreeBSD
2022-03-02 21:37:03 +01: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