summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2018-03-05 14:40:02 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2018-03-07 11:03:01 -0500
commitc7d5ea2670c2f2ce855b099a14ca2c218661ad3f (patch)
tree425e06b49ad9e7494aa2077c4e29a9625647f963 /include
parent61ab6919183fe804f3ed5cf26fcc121a4ecbb6af (diff)
Prepare to detect index changes in OCSP responder.
Retain open file handle and previous stat data for the CA index file, enabling detection and index reload (upcoming commit). Check requirements before entering accept loop. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/err.h b/include/openssl/err.h
index a602660c14..6d460be30c 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -166,6 +166,7 @@ typedef struct err_state_st {
# define SYS_F_IOCTL 21
# define SYS_F_STAT 22
# define SYS_F_FCNTL 23
+# define SYS_F_FSTAT 24
/* reasons */
# define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */