[openssl/openssl] 52d235: Avoid using gets as an argument name in a prototype
Tomáš Mráz
noreply at github.com
Wed Oct 25 08:57:18 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 52d235e1ad2b19675b3ffdd43ec45523974f0344
https://github.com/openssl/openssl/commit/52d235e1ad2b19675b3ffdd43ec45523974f0344
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M include/openssl/bio.h.in
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22316)
(cherry picked from commit 2e471a740b621481b3f3236f82fdd677414900a1)
More information about the openssl-commits
mailing list