From: Rob Percival Date: Mon, 1 Aug 2016 19:07:15 +0000 (+0100) Subject: Fix comment about what SCT_LIST_validate does. X-Git-Tag: OpenSSL_1_1_0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efa00a46c5cac115654a4e00b8e2ec3533ebe739;p=thirdparty%2Fopenssl.git Fix comment about what SCT_LIST_validate does. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/include/openssl/ct.h b/include/openssl/ct.h index 70a058695d0..6cedb693c0c 100644 --- a/include/openssl/ct.h +++ b/include/openssl/ct.h @@ -287,7 +287,7 @@ __owur int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx); /* * Validates the given list of SCTs with the provided context. - * Populates the "good_scts" and "bad_scts" of the evaluation context. + * Sets the "validation_status" field of each SCT. * Returns 1 if there are no invalid SCTs and all signatures verify. * Returns 0 if at least one SCT is invalid or could not be verified. * Returns a negative integer if an error occurs.