bbe35d292d
Update renamed port to 6.0.3. Bump PORTREVISION on consumers and adjust to use new port origin.
13 lines
213 B
C++
13 lines
213 B
C++
--- os.hpp.orig 2017-04-28 17:28:46 UTC
|
|
+++ os.hpp
|
|
@@ -150,6 +150,10 @@
|
|
#include <locale.h>
|
|
|
|
|
|
+#ifdef OPENSSL_AES
|
|
+#include <openssl/evp.h>
|
|
+#endif // OPENSSL_AES
|
|
+
|
|
#ifdef S_IFLNK
|
|
#define SAVE_LINKS
|
|
#endif
|