projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df0871
)
-handle error
author
Christian Grothoff
<christian@grothoff.org>
Tue, 19 Jun 2012 07:52:51 +0000
(07:52 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 19 Jun 2012 07:52:51 +0000
(07:52 +0000)
src/util/gnunet-rsa.c
patch
|
blob
|
history
diff --git
a/src/util/gnunet-rsa.c
b/src/util/gnunet-rsa.c
index fc9d2006402234fc6e1d1cdd427096412c7ae254..8fc79565affc1041b90be78e454d7f2a7a9aeaf4 100644
(file)
--- a/
src/util/gnunet-rsa.c
+++ b/
src/util/gnunet-rsa.c
@@
-65,6
+65,8
@@
run (void *cls, char *const *args, const char *cfgfile,
return;
}
pk = GNUNET_CRYPTO_rsa_key_create_from_file (args[0]);
+ if (NULL == pk)
+ return;
if (print_public_key)
{
char *s;