diff gensignkey.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 04ede40a529a
children 220f55d540ae
line wrap: on
line diff
--- a/gensignkey.c	Thu Nov 14 21:45:50 2013 +0800
+++ b/gensignkey.c	Thu Nov 14 22:03:30 2013 +0800
@@ -10,7 +10,7 @@
 #define RSA_DEFAULT_SIZE 2048
 #define DSS_DEFAULT_SIZE 1024
 
-// Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE
+/* Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */
 static int buf_writefile(buffer * buf, const char * filename) {
 	int ret = DROPBEAR_FAILURE;
 	int fd = -1;