aboutsummaryrefslogtreecommitdiff
path: root/security/pamtester/files/patch-src_app.c
blob: 54f36999ebfb41d70d8dda9a96546f11bb000d3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/app.c.orig	Tue May 24 20:19:17 2005
+++ src/app.c	Tue May 24 20:20:30 2005
@@ -60,6 +60,9 @@
 
 #ifdef HAVE_SECURITY_PAM_MISC_H
 #include <security/pam_misc.h>
+#else
+#include <security/openpam.h>
+#define misc_conv	openpam_ttyconv
 #endif
 
 #ifdef HAVE_PAM_PAM_MISC_H