summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 10:42:08 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 10:42:08 +1100
commit9072e1889648988da38b7b81bce95291c1dc3a23 (patch)
tree339903e47012355d7d35451e0c0cbaca89803446
parent95def09838fc61b37b6ea7cd5c234a465b4b129b (diff)
*** empty log message ***
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index dba2d474d..d65671ddd 100644
--- a/sshd.c
+++ b/sshd.c
@@ -11,7 +11,7 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$Id: sshd.c,v 1.30 1999/11/24 13:26:23 damien Exp $"); 14RCSID("$Id: sshd.c,v 1.31 1999/11/24 23:42:08 damien Exp $");
15 15
16#include "xmalloc.h" 16#include "xmalloc.h"
17#include "rsa.h" 17#include "rsa.h"
@@ -143,7 +143,7 @@ const char *pampasswd = NULL;
143char *pamconv_msg = NULL; 143char *pamconv_msg = NULL;
144 144
145static int pamconv(int num_msg, const struct pam_message **msg, 145static int pamconv(int num_msg, const struct pam_message **msg,
146 struct pam_response **resp, void *appdata_ptr) 146 struct pam_response **resp, void *appdata_ptr)
147{ 147{
148 struct pam_response *reply; 148 struct pam_response *reply;
149 int count; 149 int count;