diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-05-03 21:08:10 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2017-05-03 21:08:10 +0000 |
commit | b166947db03c8a2a12f1f88e5304feac5566e821 (patch) | |
tree | c3b3d005a42fa85261200dca5067ba71bc5882c1 /usr.bin/ssh/kex.h | |
parent | 35b327d16a3639b8d406f74b5b31cf482be9e4ef (diff) |
remove miscellaneous SSH1 leftovers; ok markus@
Diffstat (limited to 'usr.bin/ssh/kex.h')
-rw-r--r-- | usr.bin/ssh/kex.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/kex.h b/usr.bin/ssh/kex.h index 91c48dda8fb..15b1e6c33da 100644 --- a/usr.bin/ssh/kex.h +++ b/usr.bin/ssh/kex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.81 2016/09/28 21:44:52 djm Exp $ */ +/* $OpenBSD: kex.h,v 1.82 2017/05/03 21:08:09 naddy Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -211,9 +211,6 @@ int kexc25519_shared_key(const u_char key[CURVE25519_SIZE], __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE))) __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE))); -int -derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]); - #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) || defined(DEBUG_KEXECDH) void dump_digest(char *, u_char *, int); #endif |