X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509%2Fx509_vfy.c;h=85aa1133f81db0496290c3e0d5b1feae24476263;hp=0ec5ca8a0211b05e82df0bac09cdbfabd427cdbd;hb=c9a81b3026dcd2e78ce3ee85bfd93e3d0f1eac71;hpb=d6f69ae5475f514ca6f81360ac8adafe1294a2c6 diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index 0ec5ca8a02..85aa1133f8 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -119,6 +119,7 @@ static int check_trust(X509_STORE_CTX *ctx); static int check_revocation(X509_STORE_CTX *ctx); static int check_cert(X509_STORE_CTX *ctx); static int check_policy(X509_STORE_CTX *ctx); +static int get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer, unsigned int *preasons,