]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid using gets as an argument name in a prototype
authorTomas Mraz <tomas@openssl.org>
Mon, 9 Oct 2023 08:32:44 +0000 (10:32 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Oct 2023 08:53:46 +0000 (09:53 +0100)
commit2e471a740b621481b3f3236f82fdd677414900a1
tree3e24b6258b4602337c8dd465be5ed3b6fcc55dc2
parent59d8a338edca98e5bb077a2a364d82e53e7cce77
Avoid using gets as an argument name in a prototype

This otherwise breaks compilation of applications using ssl.h on MingW.

Fixes #22296

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22316)
include/openssl/bio.h.in