summaryrefslogtreecommitdiff
path: root/auth2-pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-pam.c')
-rw-r--r--auth2-pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2-pam.c b/auth2-pam.c
index 24e0e0406..79bd4a813 100644
--- a/auth2-pam.c
+++ b/auth2-pam.c
@@ -1,5 +1,5 @@
1#include "includes.h" 1#include "includes.h"
2RCSID("$Id: auth2-pam.c,v 1.8 2001/02/07 01:58:33 djm Exp $"); 2RCSID("$Id: auth2-pam.c,v 1.9 2001/02/15 00:51:32 djm Exp $");
3 3
4#ifdef USE_PAM 4#ifdef USE_PAM
5#include <security/pam_appl.h> 5#include <security/pam_appl.h>
@@ -38,7 +38,7 @@ auth2_pam(Authctxt *authctxt)
38 fatal("auth2_pam: internal error: no user"); 38 fatal("auth2_pam: internal error: no user");
39 39
40 conv2.appdata_ptr = authctxt; 40 conv2.appdata_ptr = authctxt;
41 pam_set_conv(&conv2); 41 do_pam_set_conv(&conv2);
42 42
43 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, 43 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE,
44 &input_userauth_info_response_pam); 44 &input_userauth_info_response_pam);