summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/x509_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/x509_int.h')
-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;