Topic: Build error when HAVE_ECC, HAVE_ED25519 and HAVE_ED448 all disabled
Should I be able to disable all three of these and successfully build the library? Following is the error:
error: 'SignatureCtx' {aka 'struct SignatureCtx'} has no member named 'verify'
7484 | sigCtx->key.dsa, &sigCtx->verify);
| ^~
error: 'SignatureCtx' {aka 'struct SignatureCtx'} has no member named 'verify'
7589 | if (sigCtx->verify == 1) {