Remove current_method from X509_STORE_CTX
authorDr. Stephen Henson <steve@openssl.org>
Mon, 25 Jul 2016 13:05:39 +0000 (14:05 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Jul 2016 15:23:02 +0000 (16:23 +0100)
commitfc9d1ef39c97c06f83fd40a6f94c0af4da3887ea
treed0029e8beff52847e41812553ae5bc6a562de36d
parent61d81f0ac91cc0e8612c55f46432839f25a4c71a
Remove current_method from X509_STORE_CTX

Remove current_method: it was intended as a means of retrying
lookups bit it was never used. Now that X509_verify_cert() is
a "one shot" operation it can never work as intended.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/include/internal/x509_int.h
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c