X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fpam.c;h=dd15052f008539ca4780d7d2a21dfb35b6e4cee1;hb=259c314d142abd6f9295047c116235cfdd119563;hp=ed56497d77276f580d4607c9755348dfd8ae514f;hpb=15dfdaac823c5927b096b2980753a6198a6a7741;p=ngircd-alex.git diff --git a/src/ngircd/pam.c b/src/ngircd/pam.c index ed56497d..dd15052f 100644 --- a/src/ngircd/pam.c +++ b/src/ngircd/pam.c @@ -18,7 +18,6 @@ * PAM User Authentication */ -#include "imp.h" #include #include "defines.h" @@ -37,7 +36,6 @@ #include #endif -#include "exp.h" #include "pam.h" static char *password; @@ -87,7 +85,7 @@ static struct pam_conv conv = { }; /** - * Authenticate a connectiong client using PAM. + * Authenticate a connecting client using PAM. * @param Client The client to authenticate. * @return true when authentication succeeded, false otherwise. */