fixed pw_check, cryptpw

This commit is contained in:
pups 2024-07-31 13:58:31 +03:00
parent 1925d32c40
commit ff94d81541
5 changed files with 29 additions and 43 deletions

View file

@ -14,12 +14,6 @@
#define HEAD_FMT "==> %s <==\n"
#endif
#ifdef _PW_CHECK_H
/* Pw_check. Salt for crypt() */
int MU_SALT_ENC[] = {'s', 'a', 'l', 't'};
char MU_SALT_BUF[sizeof(MU_SALT_ENC) + 1];
#endif
#ifdef _MOUNT_C
/* mount config */
#define MOUNT_CFG "/etc/fstab"