summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index 3c2222f79..3b3a0853e 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.84 2015/05/08 06:41:56 djm Exp $ */ 1/* $OpenBSD: auth.h,v 1.86 2015/12/04 16:41:28 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -210,7 +210,7 @@ Key *get_hostkey_private_by_type(int, int, struct ssh *);
210int get_hostkey_index(Key *, int, struct ssh *); 210int get_hostkey_index(Key *, int, struct ssh *);
211int ssh1_session_key(BIGNUM *); 211int ssh1_session_key(BIGNUM *);
212int sshd_hostkey_sign(Key *, Key *, u_char **, size_t *, 212int sshd_hostkey_sign(Key *, Key *, u_char **, size_t *,
213 const u_char *, size_t, u_int); 213 const u_char *, size_t, const char *, u_int);
214 214
215/* debug messages during authentication */ 215/* debug messages during authentication */
216void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2))); 216void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));