[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Oct 16 19:29:01 UTC 2017


The branch master has been updated
       via  cc1c473d70b5cc73bff8546e949d8609ad740099 (commit)
      from  1f83edda7b13b371b16de2ebff6455c8bc6dbbcd (commit)


- Log -----------------------------------------------------------------
commit cc1c473d70b5cc73bff8546e949d8609ad740099
Author: Ben Laurie <ben at links.org>
Date:   Thu Sep 14 11:21:11 2017 +0100

    Remove unused variable.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4367)

-----------------------------------------------------------------------

Summary of changes:
 fuzz/server.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fuzz/server.c b/fuzz/server.c
index c31cf7f..2f7403e 100644
--- a/fuzz/server.c
+++ b/fuzz/server.c
@@ -507,7 +507,9 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
     SSL *server;
     BIO *in;
     BIO *out;
+#if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_DSA)
     BIO *bio_buf;
+#endif
     SSL_CTX *ctx;
     int ret;
     RSA *privkey;


More information about the openssl-commits mailing list