From 9072e1889648988da38b7b81bce95291c1dc3a23 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 25 Nov 1999 10:42:08 +1100 Subject: *** empty log message *** --- sshd.c | 4 ++-- 1 file 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 @@ */ #include "includes.h" -RCSID("$Id: sshd.c,v 1.30 1999/11/24 13:26:23 damien Exp $"); +RCSID("$Id: sshd.c,v 1.31 1999/11/24 23:42:08 damien Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -143,7 +143,7 @@ const char *pampasswd = NULL; char *pamconv_msg = NULL; static int pamconv(int num_msg, const struct pam_message **msg, - struct pam_response **resp, void *appdata_ptr) + struct pam_response **resp, void *appdata_ptr) { struct pam_response *reply; int count; -- cgit v1.2.3