diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 11:24:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 022bcfe3740bce1a0377469cc734b962551f233f (patch) | |
tree | 3ea4c5254dbb2025a907747c413c0952335eb60a /testing/litespeed/include.patch | |
parent | 9d5f4a336c3920dcc0fefb31bf53999bd79671ab (diff) | |
download | aports-022bcfe3740bce1a0377469cc734b962551f233f.tar.bz2 aports-022bcfe3740bce1a0377469cc734b962551f233f.tar.xz |
testing/litespeed: upgrade to 1.4.40
Diffstat (limited to 'testing/litespeed/include.patch')
-rw-r--r-- | testing/litespeed/include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/litespeed/include.patch b/testing/litespeed/include.patch index 29d055753d..3396e94c7d 100644 --- a/testing/litespeed/include.patch +++ b/testing/litespeed/include.patch @@ -20,3 +20,15 @@ #include <extensions/cgi/cgidworker.h> #include <extensions/registry/extappregistry.h> +diff --git a/src/sslpp/sslsesscache.h b/src/sslpp/sslsesscache.h +index 4f8d061..edc1788 100644 +--- a/src/sslpp/sslsesscache.h ++++ b/src/sslpp/sslsesscache.h +@@ -23,6 +23,7 @@ + #include <util/tsingleton.h> + #include <stdint.h> + #include <unistd.h> ++#include <time.h> + + + #define LS_SSLSESSCACHE_DEFAULTSIZE 40*1024 |