]> git.ipfire.org Git - thirdparty/systemd.git/commit
homectl: split out pkcs#11 related code bits into own .c/.h file
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Apr 2020 19:53:03 +0000 (21:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Jul 2020 09:20:25 +0000 (11:20 +0200)
commit93295a250179d30320b757a423f5697e91c87a26
tree38535a3bc509b3249ce9a8d6ffdbb0c9019358cf
parentc98811d837c5b00370e25737766325b2ae6307fc
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.
src/home/homectl-pkcs11.c [new file with mode: 0644]
src/home/homectl-pkcs11.h [new file with mode: 0644]
src/home/homectl.c
src/home/meson.build