All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ell@lists.01.org
Subject: Re: [PATCH v2 1/2] ecc: add l_ecc_curve_get_supported_groups
Date: Wed, 16 Jan 2019 10:35:03 -0600	[thread overview]
Message-ID: <4341153c-47a1-fbc6-6969-44eed0e7acdf@gmail.com> (raw)
In-Reply-To: <20190115224308.6100-1-james.prestwood@linux.intel.com>

[-- Attachment #1: Type: text/plain, Size: 632 bytes --]

Hi James,

On 01/15/2019 04:43 PM, James Prestwood wrote:
> ---
>   ell/ecc.c   | 18 ++++++++++++++++++
>   ell/ecc.h   |  1 +
>   ell/ell.sym |  1 +
>   3 files changed, 20 insertions(+)
> 
> diff --git a/ell/ecc.c b/ell/ecc.c
> index 053e5fb..b2110df 100644
> --- a/ell/ecc.c
> +++ b/ell/ecc.c
> @@ -90,6 +90,9 @@ static const struct l_ecc_curve *curves[] = {
>   	&p384,
>   };
>   
> +static unsigned int supported_groups[L_ARRAY_SIZE(curves) + 1];
> +static bool first = true;
> +

I moved these into the function definition itself to make things a bit 
neater.

Applied, thanks.

Regards,
-Denis


  parent reply	other threads:[~2019-01-16 16:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15 22:43 [PATCH v2 1/2] ecc: add l_ecc_curve_get_supported_groups James Prestwood
2019-01-15 22:43 ` [PATCH v2 2/2] ecc: document where ECC groups came from James Prestwood
2019-01-16 16:38   ` Denis Kenzior
2019-01-16 17:05     ` James Prestwood
2019-01-16 16:35 ` Denis Kenzior [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-15 22:23 [PATCH v2 1/2] ecc: add l_ecc_curve_get_supported_groups James Prestwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4341153c-47a1-fbc6-6969-44eed0e7acdf@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ell@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.