From 09cf8097c6bdf0011cf78c6000c6dcbdb7618cf0 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Fri, 22 Jun 2012 10:35:36 +0200 Subject: Imported Debian patch 0.99-5 --- pam_pwdfile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pam_pwdfile.c') 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) { -- cgit v1.2.3