diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2025-07-06 11:16:43 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2025-07-06 11:16:43 +0200 |
| commit | 9c4cd75d12894cd9139d549dfe445f18572ee7d1 (patch) | |
| tree | 849d0f688b33de1ff32bf04bfb3ad63ab0ae5ad9 /libbb | |
| parent | 0893bc3bac8705b22679ad77f39ee56d3ba728c9 (diff) | |
| download | busybox-w32-9c4cd75d12894cd9139d549dfe445f18572ee7d1.tar.gz busybox-w32-9c4cd75d12894cd9139d549dfe445f18572ee7d1.tar.bz2 busybox-w32-9c4cd75d12894cd9139d549dfe445f18572ee7d1.zip | |
restore mangled comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/pw_encrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index 97dee7229..71f7731fd 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c | |||
| @@ -77,9 +77,9 @@ char* FAST_FUNC crypt_make_pw_salt(char salt[MAX_PW_SALT_LEN], const char *algo) | |||
| 77 | // The "j9T$" below is the default "yescrypt parameters" encoded by yescrypt_encode_params_r(): | 77 | // The "j9T$" below is the default "yescrypt parameters" encoded by yescrypt_encode_params_r(): |
| 78 | // | 78 | // |
| 79 | //shadow-4.17.4/src/passwd.c | 79 | //shadow-4.17.4/src/passwd.c |
| 80 | // salt = crypt_make_rand64encoded(NULL, NULL); | 80 | // salt = crypt_make_salt(NULL, NULL); |
| 81 | //shadow-4.17.4/lib/salt.c | 81 | //shadow-4.17.4/lib/salt.c |
| 82 | //const char *crypt_make_rand64encoded(const char *meth, void *arg) | 82 | //const char *crypt_make_salt(const char *meth, void *arg) |
| 83 | // if (streq(method, "YESCRYPT")) { | 83 | // if (streq(method, "YESCRYPT")) { |
| 84 | // MAGNUM(result, 'y'); | 84 | // MAGNUM(result, 'y'); |
| 85 | // salt_len = YESCRYPT_SALT_SIZE; // 24 | 85 | // salt_len = YESCRYPT_SALT_SIZE; // 24 |
