*** empty log message ***

This commit is contained in:
Damien Miller 1999-11-25 10:42:08 +11:00
parent 95def09838
commit 9072e18896
1 changed files with 2 additions and 2 deletions

4
sshd.c
View File

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