diff options
Diffstat (limited to 'tools/mkpasswd.c')
-rw-r--r-- | tools/mkpasswd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkpasswd.c b/tools/mkpasswd.c index 9c40dc6..0a5347c 100644 --- a/tools/mkpasswd.c +++ b/tools/mkpasswd.c @@ -60,9 +60,9 @@ int main(int argc, char *argv[]) { const char *plaintext = NULL; + const char *saltpara = NULL; + const char *salt = NULL; int c; - char *saltpara = NULL; - char *salt; int flag = 0; int length = 0; /* Not Set */ int rounds = 0; /* Not set, since extended DES needs 25 and blowfish needs |