Commit 17621bc2 authored by Richard Levitte's avatar Richard Levitte
Browse files

apps/passwd.c: Fix code layout

parent 16583e91
Loading
Loading
Loading
Loading
+36 −34
Original line number Diff line number Diff line
@@ -152,9 +152,11 @@ int passwd_main(int argc, char **argv)
            mode = passwd_aixmd5;
            break;
        case OPT_CRYPT:
#ifndef OPENSSL_NO_DES
            if (mode != passwd_unset)
                goto opthelp;
            mode = passwd_crypt;
#endif
            break;
        case OPT_SALT:
            passed_salt = 1;