opnsense-ports/archivers/unrar/files/patch-os.hpp
Franco Fichtner fb62da26df */*: sync with upstream
Taken from: FreeBSD
2024-03-11 10:55:04 +01:00

13 lines
212 B
C++

--- os.hpp.orig 2024-02-26 09:03:52 UTC
+++ os.hpp
@@ -165,6 +165,10 @@
#endif
#endif
+#if defined(OPENSSL_AES)
+#include <openssl/evp.h>
+#endif // OPENSSL_AES
+
#ifdef S_IFLNK
#define SAVE_LINKS
#endif