]> andersk Git - openssh.git/blobdiff - kex.h
- markus@cvs.openbsd.org 2004/05/21 08:43:03
[openssh.git] / kex.h
diff --git a/kex.h b/kex.h
index 52d442e9a7d19b39068f7cc534f714e01f215dca..437735047302ddec4f671fa7743a1648560cf945 100644 (file)
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kex.h,v 1.33 2003/02/16 17:09:57 markus Exp $ */
+/*     $OpenBSD: kex.h,v 1.34 2004/05/21 08:43:03 markus Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -137,6 +137,9 @@ u_char *
 kexgex_hash(char *, char *, char *, int, char *, int, u_char *, int,
     int, int, int, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *);
 
+void
+derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]);
+
 #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH)
 void   dump_digest(char *, u_char *, int);
 #endif
This page took 2.513527 seconds and 4 git commands to generate.