summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-19 00:12:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-19 00:12:36 +0000
commitf68854b4c344ed6ebf1893055bd63654849996e1 (patch)
tree6ff42991d0bc7b4bfbcf69cc5736c49a52650de6 /crypto/x509
parent1cfd258ed61721ef667ea8a6ca46b57f3765007e (diff)
Various Win32 and other fixes for warnings and compilation errors.
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509_vfy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index 6fdc35a617..4a30827c83 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -390,7 +390,8 @@ static int check_chain_extensions(X509_STORE_CTX *ctx)
X509 *x;
int (*cb)(int ok,X509_STORE_CTX *ctx);
int proxy_path_length = 0;
- int allow_proxy_certs = !!(ctx->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
+ int allow_proxy_certs =
+ !!(ctx->param->flags & X509_V_FLAG_ALLOW_PROXY_CERTS);
cb=ctx->verify_cb;
/* must_be_ca can have 1 of 3 values: