diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.h,v 1.81 2016/09/28 21:44:52 djm Exp $ */ | 1 | /* $OpenBSD: kex.h,v 1.82 2017/05/03 21:08:09 naddy Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -225,9 +225,6 @@ int kexc25519_shared_key(const u_char key[CURVE25519_SIZE], | |||
225 | __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE))) | 225 | __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE))) |
226 | __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE))); | 226 | __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE))); |
227 | 227 | ||
228 | int | ||
229 | derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]); | ||
230 | |||
231 | #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) || defined(DEBUG_KEXECDH) | 228 | #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) || defined(DEBUG_KEXECDH) |
232 | void dump_digest(char *, u_char *, int); | 229 | void dump_digest(char *, u_char *, int); |
233 | #endif | 230 | #endif |