diff options
Diffstat (limited to 'Linux-PAM/modules/pam_unix/bigcrypt_main.c')
-rw-r--r-- | Linux-PAM/modules/pam_unix/bigcrypt_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux-PAM/modules/pam_unix/bigcrypt_main.c b/Linux-PAM/modules/pam_unix/bigcrypt_main.c index 70819072..fab212d9 100644 --- a/Linux-PAM/modules/pam_unix/bigcrypt_main.c +++ b/Linux-PAM/modules/pam_unix/bigcrypt_main.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <string.h> -extern const char *bigcrypt(const char *password, const char *salt); +#include "bigcrypt.h" int main(int argc, char **argv) |