Loading crypto/x509/x509_vfy.c +1 −1 Original line number Diff line number Diff line Loading @@ -1755,7 +1755,7 @@ static int internal_verify(X509_STORE_CTX *ctx) xs=xi; else { if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN && n == 0) if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) { xs = xi; goto check_cert; Loading Loading
crypto/x509/x509_vfy.c +1 −1 Original line number Diff line number Diff line Loading @@ -1755,7 +1755,7 @@ static int internal_verify(X509_STORE_CTX *ctx) xs=xi; else { if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN && n == 0) if (ctx->param->flags & X509_V_FLAG_PARTIAL_CHAIN) { xs = xi; goto check_cert; Loading