summaryrefslogtreecommitdiff
path: root/monitor_wrap.h
diff options
context:
space:
mode:
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 1e6f8b30e..432953fbf 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>
@@ -104,17 +104,17 @@ int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **);
104int mm_skey_respond(void *, u_int, char **); 104int mm_skey_respond(void *, u_int, char **);
105 105
106/* jpake */ 106/* jpake */
107struct jpake_group; 107struct modp_group;
108void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **); 108void mm_auth2_jpake_get_pwdata(struct Authctxt *, BIGNUM **, char **, char **);
109void mm_jpake_step1(struct jpake_group *, u_char **, u_int *, 109void mm_jpake_step1(struct modp_group *, u_char **, u_int *,
110 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **, 110 BIGNUM **, BIGNUM **, BIGNUM **, BIGNUM **,
111 u_char **, u_int *, u_char **, u_int *); 111 u_char **, u_int *, u_char **, u_int *);
112void mm_jpake_step2(struct jpake_group *, BIGNUM *, 112void mm_jpake_step2(struct modp_group *, BIGNUM *,
113 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, 113 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
114 const u_char *, u_int, const u_char *, u_int, 114 const u_char *, u_int, const u_char *, u_int,
115 const u_char *, u_int, const u_char *, u_int, 115 const u_char *, u_int, const u_char *, u_int,
116 BIGNUM **, u_char **, u_int *); 116 BIGNUM **, u_char **, u_int *);
117void mm_jpake_key_confirm(struct jpake_group *, BIGNUM *, BIGNUM *, 117void mm_jpake_key_confirm(struct modp_group *, BIGNUM *, BIGNUM *,
118 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, 118 BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *,
119 const u_char *, u_int, const u_char *, u_int, 119 const u_char *, u_int, const u_char *, u_int,
120 const u_char *, u_int, const u_char *, u_int, 120 const u_char *, u_int, const u_char *, u_int,