summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:33:14 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:33:14 +0000
commit9c5324422eb0184d04a9a5bbcaf7a28169ad4f7c (patch)
tree6293b56057372e41a0d0ec157989ba499cff573f
parentb1131e9329b123b754fe4a7c70b1db85eba18267 (diff)
- (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
-rw-r--r--ChangeLog3
-rw-r--r--auth2.c2
-rw-r--r--serverloop.c2
-rw-r--r--session.c2
-rw-r--r--sshd.c2
5 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ada526cb8..4b43819e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
2 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] 2 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
3 - (bal) CVS ID touch up on sftp-int.c 3 - (bal) CVS ID touch up on sftp-int.c
4 - (bal) CVS ID touch up on uuencode.c 4 - (bal) CVS ID touch up on uuencode.c
5 - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
5 - (bal) OpenBSD CVS Sync 6 - (bal) OpenBSD CVS Sync
6 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 7 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
7 [sshd.8] 8 [sshd.8]
@@ -4338,4 +4339,4 @@
4338 - Wrote replacements for strlcpy and mkdtemp 4339 - Wrote replacements for strlcpy and mkdtemp
4339 - Released 1.0pre1 4340 - Released 1.0pre1
4340 4341
4341$Id: ChangeLog,v 1.896 2001/03/05 07:27:13 mouring Exp $ 4342$Id: ChangeLog,v 1.897 2001/03/05 07:33:14 mouring Exp $
diff --git a/auth2.c b/auth2.c
index e60bed10b..aa56fa631 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.44 2001/03/01 02:45:10 deraadt Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.45 2001/03/04 01:46:29 djm Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
diff --git a/serverloop.c b/serverloop.c
index 9dcd88b4b..8b1ee9919 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: serverloop.c,v 1.53 2001/03/02 18:54:31 deraadt Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.54 2001/03/04 01:46:30 djm Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
diff --git a/session.c b/session.c
index 92589c6a5..4562b6d72 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.58 2001/03/02 18:54:31 deraadt Exp $"); 36RCSID("$OpenBSD: session.c,v 1.59 2001/03/04 01:46:30 djm Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
diff --git a/sshd.c b/sshd.c
index 2f4cfb6f0..7b9b1420b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.170 2001/02/28 21:21:41 markus Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.171 2001/03/04 01:46:30 djm Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>