Re: [PATCH] scripts/sign-file.c: Add support for signing with a raw signature

From: David Howells
Date: Thu Feb 04 2016 - 05:42:43 EST


Juerg Haefliger <juerg.haefliger@xxxxxxx> wrote:

> >> +static EVP_PKEY *read_private_key(char *private_key_name)
> >
> > const char * please.
> >
> >> +static X509 *read_x509(char *x509_name)
> >
> > And here.
>
> Why? These functions do return pointers to EVP_PKEY and X509 structs.

I meant the arguments not the return type.

David