13 lines
213 B
C++
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
|