Commit 8dcb87fd authored by Alex Gaynor's avatar Alex Gaynor Committed by Rich Salz
Browse files
parent 8368a3ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,

static int set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source) {
    if (s != NULL) {
        size_t i;
        int i;
        for (i = 0; i < sk_SCT_num(s); i++) {
            int res = SCT_set_source(
                sk_SCT_value(s, i), SCT_SOURCE_X509V3_EXTENSION);