Juerg Haefliger <juerg.haefli...@hpe.com> 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