]> www.infradead.org Git - users/dwmw2/qemu.git/commit
crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 2 May 2024 09:56:41 +0000 (11:56 +0200)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 24 Jul 2024 09:39:10 +0000 (10:39 +0100)
commit0e9bb8ad4d907d28aea8336d43ae990d87b1c834
tree9d7c0142bd5ff751bb9e8c660abd1eee1aae3d42
parente8ad8b9987efdbac4116567e685e6fd8ec28ef48
crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c

pkix_asn1_tab[] is only accessed by crypto-tls-x509-helpers.c,
rename pkix_asn1_tab.c as pkix_asn1_tab.c.inc and include it once.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[berrange: updated MAINTAINERS for changed filename]
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
MAINTAINERS
tests/qtest/meson.build
tests/unit/crypto-tls-x509-helpers.c
tests/unit/crypto-tls-x509-helpers.h
tests/unit/meson.build
tests/unit/pkix_asn1_tab.c.inc [moved from tests/unit/pkix_asn1_tab.c with 99% similarity]