diff options
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: kex.c,v 1.19 2001/02/04 15:32:23 stevesk Exp $"); +RCSID("$OpenBSD: kex.c,v 1.20 2001/02/08 19:30:51 itojun Exp $"); #include <openssl/crypto.h> #include <openssl/bio.h> @@ -200,6 +200,7 @@ dh_new_group1(void) return (dh_new_group_asc(gen, group1)); } +#ifdef DEBUG_KEX void dump_digest(u_char *digest, int len) { @@ -211,6 +212,7 @@ dump_digest(u_char *digest, int len) } fprintf(stderr, "\n"); } +#endif u_char * kex_hash( |