Authentication modules were moved to subdirectory auth/

This commit is contained in:
Nikos Mavrogiannopoulos
2014-05-14 13:34:23 +02:00
parent a1a47f3294
commit 53f3129da9
9 changed files with 13 additions and 13 deletions

View File

@@ -43,9 +43,7 @@
#include <main.h>
#include <ccan/list/list.h>
#include <main-auth.h>
#include <plain.h>
#include <common.h>
#include <pam.h>
int send_cookie_auth_reply(main_server_st* s, struct proc_st* proc,
AUTHREP r)