summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-10-13 06:33:12 +0200
committerdefault <nobody@localhost>2023-10-13 06:33:12 +0200
commit253e7f9eaa3f3279f2a8639949f74acf0797de33 (patch)
treebb7ff4868154bdad2325c27fdd0b4c55083dd5f4 /Makefile
parente127269a4a095c8628cef8e83c10588fd91666da (diff)
Don't allow creating users which user name strings only differ in case.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9288dcc..e32730b 100644
--- a/Makefile
+++ b/Makefile
@@ -53,4 +53,4 @@ snac.o: snac.c xs.h xs_io.h xs_unicode.h xs_json.h xs_curl.h xs_openssl.h \
upgrade.o: upgrade.c xs.h xs_io.h xs_json.h xs_glob.h snac.h
utils.o: utils.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h \
xs_random.h snac.h
-webfinger.o: webfinger.c xs.h xs_json.h xs_curl.h snac.h
+webfinger.o: webfinger.c xs.h xs_json.h xs_curl.h xs_mime.h snac.h