Fix 1.0.2 build break
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
25efcb44ac
commit
56353962e7
@ -355,7 +355,7 @@ int X509_verify_cert(X509_STORE_CTX *ctx)
|
|||||||
X509_free(xtmp);
|
X509_free(xtmp);
|
||||||
X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
|
X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
|
||||||
ok = 0;
|
ok = 0;
|
||||||
goto done;
|
goto end;
|
||||||
}
|
}
|
||||||
num++;
|
num++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user