aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/gnunet-rsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/gnunet-rsa.c b/src/util/gnunet-rsa.c
index fc9d20064..8fc79565a 100644
--- 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,
65 return; 65 return;
66 } 66 }
67 pk = GNUNET_CRYPTO_rsa_key_create_from_file (args[0]); 67 pk = GNUNET_CRYPTO_rsa_key_create_from_file (args[0]);
68 if (NULL == pk)
69 return;
68 if (print_public_key) 70 if (print_public_key)
69 { 71 {
70 char *s; 72 char *s;