diff options
Diffstat (limited to 'gensignkey.c')
-rw-r--r-- | gensignkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gensignkey.c b/gensignkey.c index eb1fe2b..2869d2c 100644 --- a/gensignkey.c +++ b/gensignkey.c @@ -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; |