return error in ct_move_scts()
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
a7cbe963c3
commit
cc7113e8de
1 changed files with 1 additions and 1 deletions
|
@ -3853,7 +3853,7 @@ static int ct_move_scts(STACK_OF(SCT) **dst, STACK_OF(SCT) *src, sct_source_t or
|
||||||
err:
|
err:
|
||||||
if (sct != NULL)
|
if (sct != NULL)
|
||||||
sk_SCT_push(src, sct); /* Put the SCT back */
|
sk_SCT_push(src, sct); /* Put the SCT back */
|
||||||
return scts_moved;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue