summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index a0d315b..5cb12ef 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -134,7 +134,7 @@ int main(int argc, char ** argv) {
#endif
int i;
- char ** next = 0;
+ char ** next = NULL;
char * filename = NULL;
enum signkey_type keytype = DROPBEAR_SIGNKEY_NONE;
char * typetext = NULL;