From b767b00c81ad0eadca62464050db374fa5712600 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Thu, 2 Feb 2023 20:29:33 -0500 Subject: Fix typo in Ordinals.pm from PR #14074 Reviewed-by: Hugo Landau Reviewed-by: David von Oheimb Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/20201) (cherry picked from commit 77c8d6d703efd1d935b5c2603fd31f4b15b1214d) --- util/perl/OpenSSL/Ordinals.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/perl/OpenSSL/Ordinals.pm b/util/perl/OpenSSL/Ordinals.pm index f6c63d14c4..78f406499a 100644 --- a/util/perl/OpenSSL/Ordinals.pm +++ b/util/perl/OpenSSL/Ordinals.pm @@ -349,7 +349,7 @@ sub _putback { croak "Duplicate entries for ".$items[0]->name()." from ". $items[0]->source()." and ".$items[1]->source()."\n" if $items[0]->name() eq $items[1]->name() - && $items[0]->type() eq $items[2]->type() + && $items[0]->type() eq $items[1]->type() && $items[0]->platforms() eq $items[1]->platforms(); # Check that all platforms exist in both items, and have opposite values -- cgit v1.2.3 o_modules/github.com/aws/aws-sdk-go-v2-1.30.5 Mirror of https://github.com/gohugoio/hugomatthias
summaryrefslogtreecommitdiffstats