diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-01-30 03:56:06 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-01-30 03:56:06 +0000 |
commit | 573d9b6817efaa065e2ea8ebb79a031a6337a15f (patch) | |
tree | 1af115b7f3f56e2304e5a53bcd5ccab2dbea0c8c /lib | |
parent | a5c5c69639e8f1ea46b8623ed5076e282df6afc4 (diff) |
remove some gratuitous changes that do nothing other than inrease
the size of the diff against openssl mainline
Diffstat (limited to 'lib')
-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 |