summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 08:35:32 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 08:35:32 +1100
commite54a036219434260f8efd86c8c110141994fcfa1 (patch)
tree4ca7b871172f72ec4cbb55137922c1b4a07ad76b
parentc22f090a2f4ac309d1d44a6bbafdefb1e8de532a (diff)
- fgsch@cvs.openbsd.org 2009/08/15 18:56:34
[auth.h] remove unused define. markus@ ok. (Id sync only, Portable still uses this.)
-rw-r--r--ChangeLog4
-rw-r--r--auth.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b473763..e94fba2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@
[sftp-client.c]
make the "get_handle: ..." error messages vaguely useful by allowing
callers to specify their own error message strings.
+ - fgsch@cvs.openbsd.org 2009/08/15 18:56:34
+ [auth.h]
+ remove unused define. markus@ ok.
+ (Id sync only, Portable still uses this.)
20091002
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/auth.h b/auth.h
index 3a70f442..bebfb672 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.62 2008/11/04 08:22:12 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.63 2009/08/15 18:56:34 fgsch Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.