We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56971d commit e72dbacCopy full SHA for e72dbac
1 file changed
wolfcrypt/src/cmac.c
@@ -248,6 +248,7 @@ int wc_CmacUpdate(Cmac* cmac, const byte* in, word32 inSz)
248
}
249
250
#else
251
+ (void)ret;
252
ret = wc_CmacUpdateAes(cmac, in, inSz);
253
#endif
254
}; break;
0 commit comments