aboutsummaryrefslogtreecommitdiff
path: root/libssh/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index 407fe97..c96c70a 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -213,14 +213,14 @@ void dh_build_k(SSH_SESSION *session){
#endif
bignum_ctx_free(ctx);
}
-
+/*
static void sha_add(STRING *str,SHACTX *ctx){
sha1_update(ctx,str,string_len(str)+4);
#ifdef DEBUG_CRYPTO
ssh_print_hexa("partial hashed sessionid",str,string_len(str)+4);
#endif
}
-
+*/
void make_sessionid(SSH_SESSION *session){
SHACTX *ctx;
STRING *num,*str;