]> git.ipfire.org Git - thirdparty/openssl.git/commit
Bad function definition
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sun, 6 Aug 2023 17:44:37 +0000 (19:44 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 11 Sep 2023 08:15:30 +0000 (10:15 +0200)
commite22ebb893e2f44bd08f69f9ce4ccfc5e4d2990e2
tree13268f1fb9c3f95b6e4cf8bb3631af0b9c97264f
parentbbaeadb068c3289c7df3b7bea0049f70a648ba00
Bad function definition

void f() should probably be void f(void)

Found by running the checkpatch.pl Linux script to enforce coding style.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21468)
apps/s_server.c
crypto/sha/keccak1600.c
demos/sslecho/main.c
include/internal/e_os.h