[openssl/openssl] 46ea54: APPS: remove duplicate definition of `trace_data_s...
Matthias St. Pierre
noreply at github.com
Sun Sep 17 23:08:25 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 46ea5486f34ff8c2fed67674da2a363bbd66691b
https://github.com/openssl/openssl/commit/46ea5486f34ff8c2fed67674da2a363bbd66691b
Author: Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M apps/openssl.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22117)
More information about the openssl-commits
mailing list