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 407dbc2 commit 1bd58adCopy full SHA for 1bd58ad
benchmark/main.cpp
@@ -687,7 +687,7 @@ MBED_NOINLINE static int benchmark_blowfish()
687
mbedtls_blowfish_context *blowfish;
688
689
blowfish = (mbedtls_blowfish_context *)mbedtls_calloc(1,
690
- sizeof(mbedtls_blowfish_context *));
+ sizeof(mbedtls_blowfish_context));
691
if (blowfish == NULL) {
692
mbedtls_printf("Failed to allocate mbedtls_blowfish_context\n");
693
return -1;
0 commit comments