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