diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-04-15 21:53:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-07-01 11:20:25 +0200 |
commit | 93295a250179d30320b757a423f5697e91c87a26 (patch) | |
tree | 38535a3bc509b3249ce9a8d6ffdbb0c9019358cf /src/home/meson.build | |
parent | homectl: rework how we log when doing a home directory update (diff) | |
download | systemd-93295a250179d30320b757a423f5697e91c87a26.tar.xz systemd-93295a250179d30320b757a423f5697e91c87a26.zip |
homectl: split out pkcs#11 related code bits into own .c/.h file
There's some highly specific PKCS#11 code in homectl.c. Let's split that
out, since it is easily isolatable, to make homectl.c a bit more
readable.
No funcional changes, just some moving around and renaming two functions
to make them more suitably named when exported.
Diffstat (limited to 'src/home/meson.build')
-rw-r--r-- | src/home/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/home/meson.build b/src/home/meson.build index 7dee08408a..797f3a3c6d 100644 --- a/src/home/meson.build +++ b/src/home/meson.build @@ -71,6 +71,8 @@ homectl_sources = files(''' home-util.h homectl-fido2.c homectl-fido2.h + homectl-pkcs11.c + homectl-pkcs11.h homectl.c pwquality-util.c pwquality-util.h |