summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kex.h b/kex.h
index c37d3aa5f..54134221f 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.20 2001/04/04 09:48:34 markus Exp $ */ 1/* $OpenBSD: kex.h,v 1.21 2001/04/04 14:34:58 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -115,7 +115,7 @@ Kex *kex_setup(char *proposal[PROPOSAL_MAX]);
115void kex_finish(Kex *kex); 115void kex_finish(Kex *kex);
116 116
117void kex_send_kexinit(Kex *kex); 117void kex_send_kexinit(Kex *kex);
118void kex_protocol_error(int type, int plen, void *ctxt); 118void kex_input_kexinit(int type, int plen, void *ctxt);
119void kex_derive_keys(Kex *k, u_char *hash, BIGNUM *shared_secret); 119void kex_derive_keys(Kex *k, u_char *hash, BIGNUM *shared_secret);
120 120
121void kexdh(Kex *); 121void kexdh(Kex *);