Commit 2a0aea5a9b for openssl.org
commit 2a0aea5a9b5d1cfc1a115de0e0a7f0faf13f8c70
Author: Andreas Aigner <andreas.aigner@dcs-computing.com>
Date: Wed Jun 12 09:27:36 2024 +0200
Remove unused Data::Dumper from cmake exporter
* Remove additional dependency for old build boxes (in particular centos)
CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Thu Jan 8 08:55:10 2026
(Merged from https://github.com/openssl/openssl/pull/24632)
(cherry picked from commit df0a0fd613cb36a252ea20076d86408a5da2bd43)
diff --git a/exporters/cmake/OpenSSLConfig.cmake.in b/exporters/cmake/OpenSSLConfig.cmake.in
index 79602796cb..07b7a3e4df 100644
--- a/exporters/cmake/OpenSSLConfig.cmake.in
+++ b/exporters/cmake/OpenSSLConfig.cmake.in
@@ -2,7 +2,6 @@
{-
use lib catdir($config{sourcedir}, 'Configurations');
use platform;
- use Data::Dumper;
our %lib_info = (
map { my %x = ();