clean compile script, fix build of apache module

This commit is contained in:
2018-11-14 10:03:07 -05:00
parent eb4fd57eb9
commit 950e76d6e8
3 changed files with 29 additions and 41 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
#define PAM_ERROR_STOP -3
#define HTTP_UNAUTHORIZED 401
#define OK 200
#define OK 0
int check_user(char* user, char* pass);