diff --git a/ChangeLog b/ChangeLog index 5b4737632..e94fba2fd 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 3a70f4421..bebfb672d 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.