From d1746995e5aa1497d46ad95726918233713a7b6d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 17 Jul 2019 21:26:52 -0400 Subject: move authentication to separate file --- blog.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'blog.c') diff --git a/blog.c b/blog.c index 4c7f3db..b0c6cc2 100644 --- a/blog.c +++ b/blog.c @@ -6,12 +6,6 @@ extern char **environ; -int verify_creds(const char *username, const char *password) -{ - printf("verifying '%s'/'%s'\n", username ? username : "", password ? password : ""); - return 1; -} - int handle_post(void) { -- cgit v1.2.1