From 02be298e504b8554caca6dc85af450e1ea44d19d Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 27 Mar 2018 17:03:01 +0000 Subject: Import OpenSSL 1.0.2o. --- crypto/bio/bio_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bio/bio_cb.c') diff --git a/crypto/bio/bio_cb.c b/crypto/bio/bio_cb.c index f96294bb4304..2ff52636d2c3 100644 --- a/crypto/bio/bio_cb.c +++ b/crypto/bio/bio_cb.c @@ -76,7 +76,7 @@ long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp, if (BIO_CB_RETURN & cmd) r = ret; - len = BIO_snprintf(buf,sizeof buf,"BIO[%p]: ",(void *)bio); + len = BIO_snprintf(buf,sizeof(buf),"BIO[%p]: ",(void *)bio); /* Ignore errors and continue printing the other information. */ if (len < 0) -- cgit v1.2.3