From 0743ed4fb6fd6f622adec3b428b15053762c2f5b Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Feb 2014 20:05:37 +0000 Subject: - mkpasswd.c:main(): constification git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3074 82007160-df01-0410-b94d-b575c5fd34c7 --- tools/mkpasswd.c | 4 ++-- 1 file 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 -- cgit