pariscid.pl: fix nasty typo in CRYPTO_memcmp.
authorAndy Polyakov <appro@openssl.org>
Wed, 21 Mar 2018 22:48:10 +0000 (23:48 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Mar 2018 09:23:34 +0000 (10:23 +0100)
commit56d5a4bfcaf37fa420aef2bb881aa55e61cf5f2f
treedf2ea25cd67105ffc22edd24914bc26f5446cf70
parente25aef64a5f2874cc4903d3e4bd447983a7eff9e
pariscid.pl: fix nasty typo in CRYPTO_memcmp.

Comparison was effectively reduced to least significant bits.

CVE-2018-0733

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/pariscid.pl