Commit: 54fbb1336674444edef1bd2c720d4a48244cd11d Parent: 258bcf263962750f2c311d6a39b512d104427028 Author: opask Date: Fri, 24 Aug 2018 20:17:15 -0600 fix mistake in last commit Diffstat:
M | https.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/https.c b/https.c @@ -36,7 +36,7 @@ struct session_cache_entry { SSL_SESSION *session; int port; list_entry_last - char *host; + char host[1]; }; static struct list_head session_cache = { &session_cache, &session_cache };