Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> wrote: > + if (!strcmp(ctx->cert->sig->pkey_algo, "rsa")) { I'm going to change this to '== 0' rather than '!'. David
Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> wrote: > + if (!strcmp(ctx->cert->sig->pkey_algo, "rsa")) { I'm going to change this to '== 0' rather than '!'. David