New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / x509 / x509_lu.c
index 8ea68198fc603a2bcfeefc92a44b0095d1449c52..a70ce771a4bba6c503adbfb794c87659d75d2fb2 100644 (file)
@@ -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)