]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/pam.c
Remove imp.h and exp.h header files
[ngircd-alex.git] / src / ngircd / pam.c
index ed56497d77276f580d4607c9755348dfd8ae514f..dd15052f008539ca4780d7d2a21dfb35b6e4cee1 100644 (file)
@@ -18,7 +18,6 @@
  * PAM User Authentication
  */
 
-#include "imp.h"
 #include <assert.h>
 
 #include "defines.h"
@@ -37,7 +36,6 @@
 #include <pam/pam_appl.h>
 #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.
  */