From 2a0aea5a9b5d1cfc1a115de0e0a7f0faf13f8c70 Mon Sep 17 00:00:00 2001 From: Andreas Aigner Date: Wed, 12 Jun 2024 09:27:36 +0200 Subject: [PATCH] Remove unused Data::Dumper from cmake exporter * Remove additional dependency for old build boxes (in particular centos) CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz MergeDate: Thu Jan 8 08:55:10 2026 (Merged from https://github.com/openssl/openssl/pull/24632) (cherry picked from commit df0a0fd613cb36a252ea20076d86408a5da2bd43) --- exporters/cmake/OpenSSLConfig.cmake.in | 1 - 1 file changed, 1 deletion(-) 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 = ();