summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-01-24 22:46:54 +0000
committerColin Watson <cjwatson@debian.org>2010-01-24 22:46:54 +0000
commit59247ecde39f2d826a94ab07f6095ca1f6644e88 (patch)
tree5910d4a840352aafbf67e8a39fa63936e5529b26 /monitor_wrap.h
parent07d905b406c4ab64ea2f10a22f4f8f0d595269f6 (diff)
parent964476f91b66c475d5b8fa1e8b28d39a97a1b56e (diff)
* New upstream release.
* Update to GSSAPI patch from http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch.
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r--monitor_wrap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h
index 0b85bea6f..d2dad84aa 100644
--- a/monitor_wrap.h
+++ b/monitor_wrap.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor_wrap.h,v 1.21 2008/11/04 08:22:13 djm Exp $ */ 1/* $OpenBSD: monitor_wrap.h,v 1.22 2009/03/05 07:18:19 djm Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -105,17 +105,17 @@ int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
105int mm_skey_respond(void *, u_int, char **); 105int mm_skey_respond(void *, u_int, char **);
106 106
107/* jpake */ 107/* jpake */
108struct jpake_group; 108struct modp_group;
109void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **); 109void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **);
110void mm_jpake_step1(struct jpake_group *, u_char **, u_int *, 110void mm_jpake_step1(struct modp_group *, u_char **, u_int *,
111 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **, 111 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,
112 u_char **, u_int *, u_char **, u_int *); 112 u_char **, u_int *, u_char **, u_int *);
113void mm_jpake_step2(struct jpake_group *, BIGNUM *, 113void mm_jpake_step2(struct modp_group *, BIGNUM *,
114 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, 114 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
115 const u_char *, u_int, const u_char *, u_int, 115 const u_char *, u_int, const u_char *, u_int,
116 const u_char *, u_int, const u_char *, u_int, 116 const u_char *, u_int, const u_char *, u_int,
117 BIGNUM **, u_char **, u_int *); 117 BIGNUM **, u_char **, u_int *);
118void mm_jpake_key_confirm(struct jpake_group *, BIGNUM *, BIGNUM *, 118void mm_jpake_key_confirm(struct modp_group *, BIGNUM *, BIGNUM *,
119 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, 119 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
120 const u_char *, u_int, const u_char *, u_int, 120 const u_char *, u_int, const u_char *, u_int,
121 const u_char *, u_int, const u_char *, u_int, 121 const u_char *, u_int, const u_char *, u_int,