From b9fdb3eb99555d6e362035cebce701d6a5aa2a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 6 Aug 2001 11:49:31 +0000 Subject: Reinsert typedef'ed names for structs to help those trying to read the sourcecode (including fgrep) --- crypto/x509/x509_vfy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509/x509_vfy.h') 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)) -- cgit v1.2.3