summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--auth.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b4737632..e94fba2fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@
25 [sftp-client.c] 25 [sftp-client.c]
26 make the "get_handle: ..." error messages vaguely useful by allowing 26 make the "get_handle: ..." error messages vaguely useful by allowing
27 callers to specify their own error message strings. 27 callers to specify their own error message strings.
28 - fgsch@cvs.openbsd.org 2009/08/15 18:56:34
29 [auth.h]
30 remove unused define. markus@ ok.
31 (Id sync only, Portable still uses this.)
28 32
2920091002 3320091002
30 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 34 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/auth.h b/auth.h
index 3a70f4421..bebfb672d 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.62 2008/11/04 08:22:12 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.63 2009/08/15 18:56:34 fgsch Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.