You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
329 B
14 lines
329 B
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>
|
|
|