Fredrik Fornwall
5 years ago
2 changed files with 9 additions and 9 deletions
@ -1,11 +1,11 @@ |
|||
diff -u -r ../openssl-1.1.1b/apps/ocsp.c ./apps/ocsp.c
|
|||
--- ../openssl-1.1.1b/apps/ocsp.c 2019-02-26 14:15:30.000000000 +0000
|
|||
+++ ./apps/ocsp.c 2019-03-01 20:32:41.429610048 +0000
|
|||
@@ -51,6 +51,7 @@
|
|||
diff -u -r ../openssl-1.1.1g/apps/ocsp.c ./apps/ocsp.c
|
|||
--- ../openssl-1.1.1g/apps/ocsp.c 2020-04-21 12:22:39.000000000 +0000
|
|||
+++ ./apps/ocsp.c 2020-04-28 22:42:57.312189000 +0000
|
|||
@@ -48,6 +48,7 @@
|
|||
#endif |
|||
|
|||
# if !defined(NO_FORK) && !defined(OPENSSL_NO_SOCK) \ |
|||
#if !defined(NO_FORK) && !defined(OPENSSL_NO_SOCK) \ |
|||
+ && !defined(__ANDROID__) \
|
|||
&& !defined(OPENSSL_NO_POSIX_IO) |
|||
# define OCSP_DAEMON |
|||
# include <sys/types.h> |
|||
# define OCSP_DAEMON |
|||
# include <sys/types.h> |
|||
|
Loading…
Reference in new issue