Revert "Fix verify algorithm."
authorMatt Caswell <matt@openssl.org>
Tue, 21 Apr 2015 10:28:41 +0000 (11:28 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 29 Apr 2015 14:44:03 +0000 (15:44 +0100)
commit937a766982229fd4aa3d9ceb544517f81a193206
tree30f8d1679290ea679e4c4e727652122a2c6183b0
parent07977739f0eaa1dd6845518b590932ba5cbf75d1
Revert "Fix verify algorithm."

This reverts commit 47daa155a31b0a54ce09ad2ed4d55fad74096dab.

The above commit was backported to the 1.0.2 branch as part of backporting
the alternative chain verify algorithm changes. However it has been pointed
out (credit to Shigeki Ohtsu) that this is unnecessary in 1.0.2 as this
commit is a work around for loop checking that only exists in master.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/x509/x509_vfy.c