summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--authfile.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c180ef15..009e4870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
[sshconnect.c]
strict_host_key_checking for host_status != HOST_CHANGED &&
ip_status == HOST_CHANGED
+ - (bal) authfile.c: Synced CVS ID tag
20010102
- (bal) OpenBSD CVS Update
diff --git a/authfile.c b/authfile.c
index 7a1b74a7..422d080b 100644
--- a/authfile.c
+++ b/authfile.c
@@ -36,7 +36,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.22 2000/12/19 22:43:44 markus Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.24 2000/12/20 19:26:56 markus Exp $");
#include <openssl/bn.h>
#include <openssl/dsa.h>