aboutsummaryrefslogtreecommitdiff
path: root/www/bozohttpd/files/patch-bozohttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/bozohttpd/files/patch-bozohttpd.h')
-rw-r--r--www/bozohttpd/files/patch-bozohttpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bozohttpd/files/patch-bozohttpd.h b/www/bozohttpd/files/patch-bozohttpd.h
index f9d4ccb75867..6bb8356bab47 100644
--- a/www/bozohttpd/files/patch-bozohttpd.h
+++ b/www/bozohttpd/files/patch-bozohttpd.h
@@ -1,4 +1,4 @@
---- bozohttpd.h.orig 2021-02-28 05:20:51 UTC
+--- bozohttpd.h.orig 2024-02-04 05:55:04 UTC
+++ bozohttpd.h
@@ -44,8 +44,8 @@
#include <lua.h>
@@ -11,12 +11,12 @@
void pfilter_notify(const int, const int);
#endif
-@@ -129,7 +129,7 @@ typedef struct bozohttpd_t {
+@@ -130,7 +130,7 @@ typedef struct bozohttpd_t {
unsigned ssl_timeout; /* ssl timeout */
unsigned initial_timeout;/* first line timeout */
unsigned header_timeout; /* header lines timeout */
- unsigned request_timeout;/* total session timeout */
+ int request_timeout;/* total session timeout */
+ char *ssl_min_proto; /* minimum ssl protocol level */
#ifndef NO_LUA_SUPPORT
int process_lua; /* use the Lua handler */
- SIMPLEQ_HEAD(, lua_state_map) lua_states;