From: Viktor Dukhovni Date: Fri, 3 Feb 2023 01:29:33 +0000 (-0500) Subject: Fix typo in Ordinals.pm from PR #14074 X-Git-Tag: openssl-3.2.0-alpha1~1343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c8d6d703efd1d935b5c2603fd31f4b15b1214d;p=thirdparty%2Fopenssl.git 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) --- diff --git a/util/perl/OpenSSL/Ordinals.pm b/util/perl/OpenSSL/Ordinals.pm index d11e91c06be..4f770ad1ad9 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