diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-03 09:41:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-03 09:41:09 +0800 |
commit | 4bba3268d5ad0a450f0f3d1b07cd600add47062b (patch) | |
tree | 079f7af36bf97dfa3bbe15650b0643351c045b34 /common-kex.c | |
parent | 92c4f20089ec1f408e0147911631b750617b0ec9 (diff) | |
parent | 5f76e4c1ede157ca5a51c2189984e8ee57778d86 (diff) |
Merge pull request #40 from fperrad/20161119_lint
more lintings
Diffstat (limited to 'common-kex.c')
-rw-r--r-- | common-kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-kex.c b/common-kex.c index 072b6fb..d60b9ea 100644 --- a/common-kex.c +++ b/common-kex.c @@ -774,7 +774,7 @@ static void finish_kexhashbuf(void) { hash_desc->done(&hs, buf_getwriteptr(ses.hash, hash_desc->hashsize)); buf_setlen(ses.hash, hash_desc->hashsize); -#if (DEBUG_KEXHASH) && (DEBUG_TRACE) +#if defined(DEBUG_KEXHASH) && DEBUG_TRACE if (!debug_trace) { printhex("kexhashbuf", ses.kexhashbuf->data, ses.kexhashbuf->len); printhex("kexhash", ses.hash->data, ses.hash->len); |