We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5896df6 commit 2d5b2c2Copy full SHA for 2d5b2c2
1 file changed
wolfcrypt/src/ecc.c
@@ -15232,7 +15232,7 @@ static int ecc_ctx_decrypt_advance(ecEncCtx* ctx)
15232
if (ctx->protocol == REQ_RESP_CLIENT) {
15233
if (ctx->cliSt != ecCLI_SENT_REQ)
15234
return BAD_STATE_E;
15235
- ctx->cliSt = ecSRV_BAD_STATE; /* we're done no more ops allowed */
+ ctx->cliSt = ecCLI_BAD_STATE; /* we're done no more ops allowed */
15236
}
15237
else if (ctx->protocol == REQ_RESP_SERVER) {
15238
if (ctx->srvSt != ecSRV_SALT_SET)
0 commit comments