mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
tree-wide: drop gcrypt.h when gcrypt-util.h is included
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||
|
||||
#if HAVE_GCRYPT
|
||||
#include <gcrypt.h>
|
||||
|
||||
#include "gcrypt-util.h"
|
||||
#include "hexdecoct.h"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
* http://eprint.iacr.org/2013/397
|
||||
*/
|
||||
|
||||
#include <gcrypt.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "fsprg.h"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||
|
||||
#if HAVE_GCRYPT
|
||||
# include <gcrypt.h>
|
||||
#endif
|
||||
|
||||
#include "alloc-util.h"
|
||||
#include "dns-domain.h"
|
||||
#include "fd-util.h"
|
||||
|
||||
Reference in New Issue
Block a user