summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-07-25 14:05:39 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-07-26 16:23:02 +0100
commitfc9d1ef39c97c06f83fd40a6f94c0af4da3887ea (patch)
treed0029e8beff52847e41812553ae5bc6a562de36d /crypto/include
parent61d81f0ac91cc0e8612c55f46432839f25a4c71a (diff)
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>
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/x509_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index 545f90990f..3d0b0bde03 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -175,8 +175,6 @@ struct x509_st {
*/
struct x509_store_ctx_st { /* X509_STORE_CTX */
X509_STORE *ctx;
- /* used when looking up certs */
- int current_method;
/* The following are set by the caller */
/* The cert to check */
X509 *cert;