]> git.ipfire.org Git - thirdparty/openssl.git/commit
APPS: remove duplicate definition of `trace_data_stack`
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>
Fri, 15 Sep 2023 13:32:25 +0000 (15:32 +0200)
committerPauli <pauli@openssl.org>
Sun, 17 Sep 2023 23:06:47 +0000 (09:06 +1000)
commit46ea5486f34ff8c2fed67674da2a363bbd66691b
tree708a91be741e185a4cce020a0aecb29cfe877bb1
parent10fe5e29cad9a9dbaeda3cdc7c62470b21dd7d38
APPS: remove duplicate definition of `trace_data_stack`

Note: It seems like the C compiler doesn't care about the duplicate.
(The first definition is eight lines above.) The C++ compiler however
didn't like it when I reused the tracing code snippets elsewhere.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22117)
apps/openssl.c