summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh-gss.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ca696b1b..9183c895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,7 @@
GSSAPICleanupCreds -> GSSAPICleanupCredentials
- (dtucker) [configure.ac] Don't set DISABLE_SHADOW when configuring
--with-pam. ok djm@
+ - (dtucker) [ssh-gss.h] Prototype change missed in sync.
20030930
- (bal) Fix issues in openbsd-compat/realpath.c
@@ -1265,4 +1266,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.3051 2003/10/02 06:26:34 dtucker Exp $
+$Id: ChangeLog,v 1.3052 2003/10/02 07:32:30 dtucker Exp $
diff --git a/ssh-gss.h b/ssh-gss.h
index 6b58adb3..7bd1e1e6 100644
--- a/ssh-gss.h
+++ b/ssh-gss.h
@@ -113,7 +113,7 @@ OM_uint32 ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID oid);
int ssh_gssapi_userok(char *name);
void ssh_gssapi_do_child(char ***envp, u_int *envsizep);
-void ssh_gssapi_cleanup_creds(void *ignored);
+void ssh_gssapi_cleanup_creds(void);
void ssh_gssapi_storecreds(void);
#endif /* GSSAPI */