X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-prf_tls12-test.c;h=4da039e886fee7f6081db7792e8ac74cfb551c83;hp=037b379c4265bfc6bd40b633724c15e982d57119;hb=8a278843bb99652f5b2a74ec1274528e56867e4a;hpb=b9d6e1eb867eaa431c4c555a7409342805fa2706 diff --git a/test_src/main-prf_tls12-test.c b/test_src/main-prf_tls12-test.c index 037b379..4da039e 100644 --- a/test_src/main-prf_tls12-test.c +++ b/test_src/main-prf_tls12-test.c @@ -87,6 +87,7 @@ void test_prf(const hfdesc_t* hash){ cli_hexdump_block(buffer, ctx.blocklength_b/8, 4, 8); i += ctx.blocklength_b/8; }while(i<100); + prf_tls12_free(&ctx); } void test_sha256(void){