Skip to content

Commit cff6c02

Browse files
rizlikbillphipps
authored andcommitted
fixup! server_crypto: add missing guard around _HandleCmacDma
1 parent bad7327 commit cff6c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wh_server_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3286,8 +3286,8 @@ int wh_Server_HandleCryptoDmaRequest(whServerContext* ctx, uint16_t magic,
32863286
}
32873287
break; /* WC_ALGO_TYPE_PK */
32883288

3289-
case WC_ALGO_TYPE_CMAC:
32903289
#ifdef WOLFSSL_CMAC
3290+
case WC_ALGO_TYPE_CMAC:
32913291
ret = _HandleCmacDma(ctx, magic, seq, cryptoDataIn, cryptoInSize,
32923292
cryptoDataOut, &cryptoOutSize);
32933293
break;

0 commit comments

Comments
 (0)