diff options
author | 2009-01-30 03:56:05 +0000 | |
---|---|---|
committer | 2009-01-30 03:56:05 +0000 | |
commit | 29488e6cfc6d70d60abafa50cdf6ba6ded030296 (patch) | |
tree | 864efc09324cb7a3760b13a2efc4030b8ae06826 /lib/libssl/src | |
parent | - add missing trailing 't' of the mos(4) entry's 'Etherne' (diff) | |
download | wireguard-openbsd-29488e6cfc6d70d60abafa50cdf6ba6ded030296.tar.xz wireguard-openbsd-29488e6cfc6d70d60abafa50cdf6ba6ded030296.zip |
remove some gratuitous changes that do nothing other than inrease
the size of the diff against openssl mainline
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/apps/s_client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/s_client.c b/lib/libssl/src/apps/s_client.c index 66d54989a27..70e7254a919 100644 --- a/lib/libssl/src/apps/s_client.c +++ b/lib/libssl/src/apps/s_client.c @@ -297,7 +297,6 @@ int MAIN(int argc, char **argv) char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; int cbuf_len,cbuf_off; int sbuf_len,sbuf_off; - int mbuf_len; fd_set readfds,writefds; char *port=PORT_STR; int full_log=1; @@ -322,6 +321,7 @@ int MAIN(int argc, char **argv) int sock_type=SOCK_STREAM; BIO *sbio; char *inrand=NULL; + int mbuf_len=0; #ifndef OPENSSL_NO_ENGINE char *engine_id=NULL; char *ssl_client_engine_id=NULL; @@ -925,7 +925,6 @@ SSL_set_tlsext_status_ids(con, ids); cbuf_off=0; sbuf_len=0; sbuf_off=0; - mbuf_len=0; /* This is an ugly hack that does a lot of assumptions */ /* We do have to handle multi-line responses which may come |