summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-08-06 11:49:31 +0000
committerBodo Möller <bodo@openssl.org>2001-08-06 11:49:31 +0000
commitb9fdb3eb99555d6e362035cebce701d6a5aa2a89 (patch)
treec085187c647a85842fa956fd677656f9dd992934 /crypto/x509/x509_vfy.h
parentd66ace9da50de58a17e7ca7eeec8ca6f5a6be189 (diff)
Reinsert typedef'ed names for structs to help those trying to read the
sourcecode (including fgrep)
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index 603b77f364..7a0208ec35 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -188,7 +188,7 @@ struct x509_store_st
CRYPTO_EX_DATA ex_data;
int references;
int depth; /* how deep to look (still unused -- X509_STORE_CTX's depth is used) */
- };
+ } /* X509_STORE */;
#define X509_STORE_set_depth(ctx,d) ((ctx)->depth=(d))