OpenSSL::OID: Don't use List::Util
authorRichard Levitte <levitte@openssl.org>
Thu, 9 Apr 2020 10:10:24 +0000 (12:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 9 Apr 2020 10:10:24 +0000 (12:10 +0200)
commit8519b244bc6c38f265bf9bad80c52bd7c0ff469f
treeb2f64ecbc92e8e466417d2d261bb90a341312b8c
parentae3254287ff87e484c7fd8f757cad1440ee8f5ff
OpenSSL::OID: Don't use List::Util

It turns out that the pairwise functions of List::Util came into perl
far later than 5.10.0.  We can't use that under those conditions, so
must revert to a quick internal implementation of the functions we're
after.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11503)
util/perl/OpenSSL/OID.pm