1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/pamtester/files/patch-src_app.c
Thierry Thomas 3275030129 Add pamtester 0.1.0, a command line pam authentication tester.
PR:		81427
Submitted by:	andy (at) fud.org.nz
2005-05-29 09:48:19 +00:00

13 lines
279 B
C

--- 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