From 7bfb5527ff814551d05990fac7d115645b98cae1 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 14 Sep 2001 04:56:58 +0000 Subject: Include the SSL field in the connection structure since we're going to handle SSL connections. --- src/tinyproxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/tinyproxy.h b/src/tinyproxy.h index ebae8cc..418a463 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.14 2001-09-08 18:58:37 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.15 2001-09-14 04:56:58 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -113,6 +113,7 @@ struct conn_s { int client_fd, server_fd; struct buffer_s *cbuffer, *sbuffer; bool_t simple_req; + bool_t ssl; char *output_message; }; -- cgit v1.2.3