summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_task.c')
-rw-r--r--ssl/ssl_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_task.c b/ssl/ssl_task.c
index e36af0eb94..b5ce44b47c 100644
--- a/ssl/ssl_task.c
+++ b/ssl/ssl_task.c
@@ -258,7 +258,7 @@ int doit(io_channel chan, SSL_CTX *s_ctx )
{
int status, length, link_state;
struct rpc_msg msg;
- static char cbuf[200],sbuf[200];
+
SSL *s_ssl=NULL;
BIO *c_to_s=NULL;
BIO *s_to_c=NULL;