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


- Log -----------------------------------------------------------------
commit cc1c473d70b5cc73bff8546e949d8609ad740099
Author: Ben Laurie <[email protected]>
Date:   Thu Sep 14 11:21:11 2017 +0100

    Remove unused variable.
    
    Reviewed-by: Tim Hudson <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to