X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fssl_task.c;h=b5ce44b47c56e44fcd245089742002a2fbb0fed0;hb=499684404ccf27b261cd72770c068fee4ea6f369;hp=cac701a798b40160e6c576579ee40bbc5e781882;hpb=af57d843124672a9053a4da60ad7f9b6d4324a5a;p=oweals%2Fopenssl.git diff --git a/ssl/ssl_task.c b/ssl/ssl_task.c index cac701a798..b5ce44b47c 100644 --- a/ssl/ssl_task.c +++ b/ssl/ssl_task.c @@ -124,7 +124,7 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER(); #include /* from ssltest.c */ #include -#include "openssl/e_os.h" +#include "e_os.h" #include #include @@ -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;