diff options
author | Michael Biebl <biebl@debian.org> | 2022-03-17 23:53:03 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-18 00:14:01 +0100 |
commit | ad337e55a3d2e167498c3af23ea2dae5a66ccf90 (patch) | |
tree | 68616136349cd52731c63b7e262799a106aeb20a /src/cryptsetup | |
parent | Merge pull request #22752 from yuwata/udev-ctrl-manage-sender-pids (diff) | |
download | systemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.tar.xz systemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.zip |
tree-wide: fix duplicated words
the the
in in
not not
we we
Diffstat (limited to 'src/cryptsetup')
-rw-r--r-- | src/cryptsetup/cryptsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index c2075f53fd..f2b0269fc5 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -1186,7 +1186,7 @@ static int attach_luks_or_plain_or_bitlk_by_pkcs11( /* Before using this key as passphrase we base64 encode it. Why? For compatibility * with homed's PKCS#11 hookup: there we want to use the key we acquired through * PKCS#11 for other authentication/decryption mechanisms too, and some of them do - * not not take arbitrary binary blobs, but require NUL-terminated strings — most + * not take arbitrary binary blobs, but require NUL-terminated strings — most * importantly UNIX password hashes. Hence, for compatibility we want to use a string * without embedded NUL here too, and that's easiest to generate from a binary blob * via base64 encoding. */ |