]> git.ipfire.org Git - thirdparty/openssl.git/commit
Document transition from ANSI-C towards C-99
authorsashan <anedvedicky@gmail.com>
Tue, 3 Jun 2025 13:12:48 +0000 (15:12 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Jun 2025 17:58:41 +0000 (19:58 +0200)
commit53e5071f3402ef0ae52f583154574ddd5aa8d3d7
tree7946d1f527006d3827705b5339fce003736762d9
parenta4c5096d16a78d2c24f2880fba1ec7056eb3a96f
Document transition from ANSI-C towards C-99

The existing NOTES-ANSI.md are renamed to NOTES-C99.md and updated
accordingly. INSTALL.md lists C-99 compiler instead of ANSI-C now.
Also moving from ANSI-C to C-99 warrants updates to NEWS.md and
CHANGES.md.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/27751)
CHANGES.md
INSTALL.md
NEWS.md
NOTES-ANSI.md [deleted file]
NOTES-C99.md [new file with mode: 0644]