summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2018-03-05 15:18:04 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2018-03-07 11:03:43 -0500
commit3e3c7c3646878fbbef07865aca007e112cf0fc26 (patch)
tree9db28b6c140ecae0ad0f44cb3e87a7db9233ce10 /apps/apps.h
parentc7d5ea2670c2f2ce855b099a14ca2c218661ad3f (diff)
Implement multi-process OCSP responder.
With "-multi" the OCSP responder forks multiple child processes, and respawns them as needed. This can be used as a long-running service, not just a demo program. Therefore the index file is automatically re-read when changed. The responder also now optionally times out client requests. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 5333c24767..aa63527675 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -14,9 +14,7 @@
# include "internal/nelem.h"
# include <assert.h>
-# ifndef NO_SYS_TYPES_H
-# include <sys/types.h>
-# endif
+# include <sys/types.h>
# ifndef OPENSSL_NO_POSIX_IO
# include <sys/stat.h>
# include <fcntl.h>