diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.h,v 1.15 2001/03/05 17:17:20 markus Exp $ */ | 1 | /* $OpenBSD: kex.h,v 1.16 2001/03/28 21:59:40 provos Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -127,7 +127,8 @@ kex_hash_gex( | |||
127 | char *ckexinit, int ckexinitlen, | 127 | char *ckexinit, int ckexinitlen, |
128 | char *skexinit, int skexinitlen, | 128 | char *skexinit, int skexinitlen, |
129 | char *serverhostkeyblob, int sbloblen, | 129 | char *serverhostkeyblob, int sbloblen, |
130 | int minbits, BIGNUM *prime, BIGNUM *gen, | 130 | int min, int wantbits, int max, |
131 | BIGNUM *prime, BIGNUM *gen, | ||
131 | BIGNUM *client_dh_pub, | 132 | BIGNUM *client_dh_pub, |
132 | BIGNUM *server_dh_pub, | 133 | BIGNUM *server_dh_pub, |
133 | BIGNUM *shared_secret); | 134 | BIGNUM *shared_secret); |