X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fextensions.c;h=043b8304eb416eef4cc5c5628008279dc234f477;hp=9cdb263ee37ebadd988fe823cc821f6bebd66e15;hb=69687aa829bc8bdcaf5468eb3dd0ada13700b7aa;hpb=7bd278957d27e09511520dabdc8696366ffb2b96 diff --git a/ssl/statem/extensions.c b/ssl/statem/extensions.c index 9cdb263ee3..043b8304eb 100644 --- a/ssl/statem/extensions.c +++ b/ssl/statem/extensions.c @@ -325,7 +325,7 @@ static const EXTENSION_DEFINITION ext_defs[] = { * Verify whether we are allowed to use the extension |type| in the current * |context|. Returns 1 to indicate the extension is allowed or unknown or 0 to * indicate the extension is not allowed. If returning 1 then |*found| is set to - * 1 if we found a definition for the extension, and |*idx| is set to its index + * the definition for the extension we found. */ static int verify_extension(SSL *s, unsigned int context, unsigned int type, custom_ext_methods *meths, RAW_EXTENSION *rawexlist,