X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fx509%2Fx509_lu.c;h=a70ce771a4bba6c503adbfb794c87659d75d2fb2;hb=c0035435a9f4a5c7aee49ef7f8cfd7a4e32dbb4a;hp=8ea68198fc603a2bcfeefc92a44b0095d1449c52;hpb=e03ddfae7ea7c27193d3f7c0eaa1d01704647d77;p=openssl.git diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index 8ea68198fc..a70ce771a4 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)