mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
util: move src/basic/creds-util.[ch] → src/shared/
This is preparation for adding encryption support to the credentials logic, and we thus would like to add more deps. Let's hence move things from src/basic/ to src/shared, so that we can rely on the OpenSSL utilities already in src/shared.
This commit is contained in:
parent
82b4ec445b
commit
8f860b4df0
@ -29,8 +29,6 @@ basic_sources = files('''
|
||||
chattr-util.h
|
||||
conf-files.c
|
||||
conf-files.h
|
||||
creds-util.c
|
||||
creds-util.h
|
||||
def.h
|
||||
dirent-util.c
|
||||
dirent-util.h
|
||||
|
@ -81,6 +81,8 @@ shared_sources = files('''
|
||||
coredump-util.h
|
||||
cpu-set-util.c
|
||||
cpu-set-util.h
|
||||
creds-util.c
|
||||
creds-util.h
|
||||
cryptsetup-util.c
|
||||
cryptsetup-util.h
|
||||
daemon-util.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user