Blame SOURCES/pam_ssh_agent_auth-0.9.2-visibility.patch

f5835d
diff -up openssh-7.1p2/pam_ssh_agent_auth-0.10.2/pam_ssh_agent_auth.c.psaa-visibility openssh-7.1p2/pam_ssh_agent_auth-0.10.2/pam_ssh_agent_auth.c
f5835d
--- openssh-7.1p2/pam_ssh_agent_auth-0.10.2/pam_ssh_agent_auth.c.psaa-visibility	2014-03-31 19:35:17.000000000 +0200
f5835d
+++ openssh-7.1p2/pam_ssh_agent_auth-0.10.2/pam_ssh_agent_auth.c	2016-01-22 15:22:40.984469774 +0100
f5835d
@@ -72,7 +72,7 @@ char           *__progname;
f5835d
 extern char    *__progname;
f5835d
 #endif
f5835d
 
f5835d
-PAM_EXTERN int
f5835d
+PAM_EXTERN int __attribute__ ((visibility ("default")))
f5835d
 pam_sm_authenticate(pam_handle_t * pamh, int flags, int argc, const char **argv)
f5835d
 {
f5835d
     char          **argv_ptr;
f5835d
@@ -214,7 +214,7 @@ cleanexit:
f5835d
 }
f5835d
 
f5835d
 
f5835d
-PAM_EXTERN int
f5835d
+PAM_EXTERN int __attribute__ ((visibility ("default")))
f5835d
 pam_sm_setcred(pam_handle_t * pamh, int flags, int argc, const char **argv)
f5835d
 {
f5835d
     UNUSED(pamh);