diff options
author | Timo Weingärtner <timo@tiwe.de> | 2012-06-22 10:35:36 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2012-11-08 08:21:50 +0100 |
commit | 09cf8097c6bdf0011cf78c6000c6dcbdb7618cf0 (patch) | |
tree | 9771fc04b4222e83699a672cf08031cb5f3a0f59 /pam_pwdfile.c | |
parent | 65b4c91edbadc3e63bea9c5e6fb91e28aa2fe663 (diff) | |
download | libpam-pwdfile-09cf8097c6bdf0011cf78c6000c6dcbdb7618cf0.tar.gz |
Imported Debian patch 0.99-5debian/0.99-5
Diffstat (limited to 'pam_pwdfile.c')
-rw-r--r-- | pam_pwdfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pam_pwdfile.c b/pam_pwdfile.c index be6e6ad..ec2bd96 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -222,7 +222,6 @@ static int fgetpwnam(FILE *stream, const char *name, char *password) { } /* expected hook for auth service */ -__attribute__((visibility("default"))) PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc, const char **argv) { int retval, pcnt, pwdfilename_found; @@ -409,7 +408,6 @@ PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, } /* another expected hook */ -__attribute__((visibility("default"))) PAM_EXTERN int pam_sm_setcred(pam_handle_t *pamh, int flags, int argc, const char **argv) { |