diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-09-03 23:20:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-09-03 23:20:02 -0700 |
commit | 488b8a69c1f26eba0e7f90c933b755379dfb0911 (patch) | |
tree | 218f9c659207685873c939975b1525fcca1d22c4 /lib.h | |
parent | f9c7296269adc16675c96535a9bde8b7686866c0 (diff) | |
download | txr-488b8a69c1f26eba0e7f90c933b755379dfb0911.tar.gz txr-488b8a69c1f26eba0e7f90c933b755379dfb0911.tar.bz2 txr-488b8a69c1f26eba0e7f90c933b755379dfb0911.zip |
crypt: newly proposed test still fails on Musl.
* tests/018/crypt.tl: replace (crypt "a" "*$") test with
(crypt "a" "::"). Musl's crypt treats all unrecognized hashes
through DES, and the DES module accepts almost anything
as salt characters, except '\0', '\n' and ':', since
those characters would wreck the password file.
Diffstat (limited to 'lib.h')
0 files changed, 0 insertions, 0 deletions