providers/common/der/oids_to_c.pm: Remove use of Data::Dumper
authorRichard Levitte <levitte@openssl.org>
Mon, 31 Oct 2022 07:56:15 +0000 (08:56 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Nov 2022 10:18:51 +0000 (11:18 +0100)
This is a development remnant, which should have been remove when finalized.

Fixes #19546

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19548)

providers/common/der/oids_to_c.pm

index aa5b80cc1288c0a3ff6f1c1b1e324e4d8581ae8c..6f57df09b93afcbec211a55ba8e6430319e3b7f6 100644 (file)
@@ -23,8 +23,6 @@ my $OID_def_re = qr/
                        \s* ${OID_value_re}
                    /x;
 
-use Data::Dumper;
-
 sub filter_to_H {
     my ($name, $comment) = @{ shift() };
     my @oid_nums = @_;