From a6801a91cdc9a7dc8afae8c1cc2b5a0572dd046c Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 10 Jan 1999 20:36:02 +0000 Subject: Add prototype, fix parameter passing bug. --- crypto/x509/x509_lu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509/x509_lu.c') diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index 8ea6819..a70ce77 100644 --- a/crypto/x509/x509_lu.c +++ b/crypto/x509/x509_lu.c @@ -175,7 +175,7 @@ X509_OBJECT *ret; { if ((ctx->method == NULL) || (ctx->method->get_by_alias == NULL)) return(X509_LU_FAIL); - return(ctx->method->get_by_alias(ctx,str,len,ret)); + return(ctx->method->get_by_alias(ctx,type,str,len,ret)); } static unsigned long x509_object_hash(a) -- cgit v1.1