summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-08-06 11:57:08 +0000
committerBodo Möller <bodo@openssl.org>2001-08-06 11:57:08 +0000
commite51d1321fc91f2008022827009baea2dab938a2e (patch)
treea98f208592f18c8a27f0b5e2319e6051edc28c60 /crypto/x509/x509_vfy.h
parentb9fdb3eb99555d6e362035cebce701d6a5aa2a89 (diff)
More typedef'd struct names as search targets
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index 7a0208ec35..043ed493ec 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -204,7 +204,7 @@ struct x509_lookup_st
char *method_data; /* method data */
X509_STORE *store_ctx; /* who owns us */
- };
+ } /* X509_LOOKUP */;
/* This is a used when verifying cert chains. Since the
* gathering of the cert chain can take some time (and have to be
@@ -248,7 +248,7 @@ struct x509_store_ctx_st /* X509_STORE_CTX */
X509_CRL *current_crl; /* current CRL */
CRYPTO_EX_DATA ex_data;
- };
+ } /* X509_STORE_CTX */;
#define X509_STORE_CTX_set_depth(ctx,d) ((ctx)->depth=(d))