From bf6aeeb481f97e2b7088f151546b9957eaaf44ef Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 21 Apr 2021 08:11:04 +0200 Subject: http/http_lib.c: Include stdio.h for sscanf() Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14953) --- crypto/http/http_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/http/http_lib.c b/crypto/http/http_lib.c index f0fc770f22..a8697cca33 100644 --- a/crypto/http/http_lib.c +++ b/crypto/http/http_lib.c @@ -7,11 +7,12 @@ * https://www.openssl.org/source/license.html */ +#include /* for sscanf() */ +#include #include #include #include /* for BIO_snprintf() */ #include -#include #include "internal/cryptlib.h" /* for ossl_assert() */ #include "http_local.h" -- cgit v1.2.3