]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-dnssec.c
Move initialize_libgcrypt to separate file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Jan 2016 23:24:27 +0000 (18:24 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Feb 2016 18:12:40 +0000 (13:12 -0500)
commit91e023d896dd5ca49dd440276f2241570acffd96
treed1703b47d0765d60276c87d4e6826ba76cf3e7de
parent75f32f047cc380bdb648faf3ee277f7dc3cdd007
Move initialize_libgcrypt to separate file

It's annoying to have the exact same function in three places.
It's stored in src/shared, but it's not added to the library to
avoid the dependency on libgcrypt.
Makefile.am
src/journal/fsprg.c
src/journal/journal-authenticate.c
src/resolve/resolved-dns-dnssec.c
src/shared/gcrypt-util.c [new file with mode: 0644]
src/shared/gcrypt-util.h [new file with mode: 0644]