15 lines
329 B
Diff
15 lines
329 B
Diff
diff -u -r ../openssl-1.0.1f/e_os.h ./e_os.h
|
|
--- ../openssl-1.0.1f/e_os.h 2014-01-06 14:47:42.000000000 +0100
|
|
+++ ./e_os.h 2014-02-19 01:38:25.000000000 +0100
|
|
@@ -691,6 +691,10 @@
|
|
# define NO_SYSLOG
|
|
#endif
|
|
|
|
+#ifdef __ANDROID__
|
|
+# define NO_SYSLOG
|
|
+#endif
|
|
+
|
|
/* vxworks */
|
|
#if defined(OPENSSL_SYS_VXWORKS)
|
|
#include <ioLib.h>
|