ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/tools/mkpasswd.c
(Generate patch)

Comparing ircd-hybrid/trunk/tools/mkpasswd.c (file contents):
Revision 3072 by michael, Mon Jun 17 19:22:23 2013 UTC vs.
Revision 3073 by michael, Thu Feb 27 20:05:26 2014 UTC

# Line 60 | Line 60 | int
60   main(int argc, char *argv[])
61   {
62    const char *plaintext = NULL;
63 +  const char *saltpara = NULL;
64 +  const char *salt = NULL;
65    int c;
64  char *saltpara = NULL;
65  char *salt;
66    int flag = 0;
67    int length = 0; /* Not Set */
68    int rounds = 0; /* Not set, since extended DES needs 25 and blowfish needs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines