summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/ssl/ssl_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/ssl/ssl_task.c')
-rw-r--r--crypto/openssl/ssl/ssl_task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/ssl/ssl_task.c b/crypto/openssl/ssl/ssl_task.c
index cac701a..b5ce44b 100644
--- a/crypto/openssl/ssl/ssl_task.c
+++ b/crypto/openssl/ssl/ssl_task.c
@@ -124,7 +124,7 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER();
#include <string.h> /* from ssltest.c */
#include <errno.h>
-#include "openssl/e_os.h"
+#include "e_os.h"
#include <openssl/buffer.h>
#include <openssl/x509.h>
@@ -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;
OpenPOWER on IntegriCloud