projects
/
crypto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a730a0
)
Removed wrong silc_free.
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 10 Jul 2007 17:17:42 +0000
(17:17 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 10 Jul 2007 17:17:42 +0000
(17:17 +0000)
lib/silcske/silcske.c
patch
|
blob
|
history
diff --git
a/lib/silcske/silcske.c
b/lib/silcske/silcske.c
index a447123fcbbe3b00a31a2c384511697b4648b5b7..8c166490d08e9d5748324209783170c962566f26 100644
(file)
--- a/
lib/silcske/silcske.c
+++ b/
lib/silcske/silcske.c
@@
-658,7
+658,6
@@
static SilcSKEStatus silc_ske_create_rnd(SilcSKE ske, SilcMPInt *n,
status = SILC_SKE_STATUS_ERROR;
memset(string, 'F', l);
- silc_free(string);
return status;
}