projects
/
arm-crypto-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d6e1e
)
forgot a free()
author
bg
<daniel.otte@rub.de>
Fri, 7 Oct 2011 02:47:33 +0000
(
04:47
+0200)
committer
bg
<daniel.otte@rub.de>
Fri, 7 Oct 2011 02:47:33 +0000
(
04:47
+0200)
test_src/main-prf_tls12-test.c
patch
|
blob
|
history
diff --git
a/test_src/main-prf_tls12-test.c
b/test_src/main-prf_tls12-test.c
index 037b379c4265bfc6bd40b633724c15e982d57119..4da039e886fee7f6081db7792e8ac74cfb551c83 100644
(file)
--- 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){