]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in Ordinals.pm from PR #14074
authorViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 3 Feb 2023 01:29:33 +0000 (20:29 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 3 Feb 2023 01:29:33 +0000 (20:29 -0500)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20201)

util/perl/OpenSSL/Ordinals.pm

index d11e91c06bef2614f5a5f53f271e8ab04703275c..4f770ad1ad9f61debf4eb03ef3f54d44d1cfb6e7 100644 (file)
@@ -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