summaryrefslogtreecommitdiff
path: root/src/home/user-record-pwquality.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-08 15:21:21 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-15 11:52:30 +0200
commit2ae297fe0d8b0736ee16b3be47ef62e17b4afe4e (patch)
treea274d294137dd41b31c24aff1ab16a4029628069 /src/home/user-record-pwquality.c
parenta937ce2d8545568c1de3ba0370fd621ffcbdd8ff (diff)
downloadsystemd-2ae297fe0d8b0736ee16b3be47ef62e17b4afe4e.tar.gz
Move test_password_{one,many} to libcrypt-util.c
They are only used under src/home/, but I want to add tests in test-libcrypt-util.c. And the functions are almost trivial, so I think it is OK to move them to shared.
Diffstat (limited to 'src/home/user-record-pwquality.c')
-rw-r--r--src/home/user-record-pwquality.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/home/user-record-pwquality.c b/src/home/user-record-pwquality.c
index a5d632c772..08d7dc0169 100644
--- a/src/home/user-record-pwquality.c
+++ b/src/home/user-record-pwquality.c
@@ -3,6 +3,7 @@
#include "bus-common-errors.h"
#include "errno-util.h"
#include "home-util.h"
+#include "libcrypt-util.h"
#include "pwquality-util.h"
#include "strv.h"
#include "user-record-pwquality.h"