]> andersk Git - openssh.git/blobdiff - sshlogin.c
- (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] Disable
[openssh.git] / sshlogin.c
index 41817ec96095f96060be7db8032b4197c640f16f..15eb916d162b3753c841b6fd3d8d47f376c210d0 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshlogin.c,v 1.10 2004/07/17 05:31:41 dtucker Exp $");
+RCSID("$OpenBSD: sshlogin.c,v 1.13 2004/08/12 09:18:24 djm Exp $");
 
 #include "loginrec.h"
 #include "log.h"
@@ -69,7 +69,7 @@ get_last_login_time(uid_t uid, const char *logname,
  * Generate and store last login message.  This must be done before
  * login_login() is called and lastlog is updated.
  */
-void
+static void
 store_lastlog_message(const char *user, uid_t uid)
 {
        char *time_string, hostname[MAXHOSTNAMELEN] = "", buf[512];
This page took 0.031281 seconds and 4 git commands to generate.