commit | 558b353c9c2a717509f291c066c6bd8f5f5e21be | [log] [tgz] |
---|---|---|
author | Frank Werner-Krippendorf <mail@hb9fxq.ch> | Tue Jun 23 03:59:44 2020 -0600 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 23 14:50:34 2020 -0700 |
tree | 88d932afc579a9963b27a3593e36f1ac59cb05a2 | |
parent | f7fb92acd9e5606f6666bb0f9a7240002a6b3ff0 [diff] |
wireguard: noise: do not assign initiation time in if condition Fixes an error condition reported by checkpatch.pl which caused by assigning a variable in an if condition in wg_noise_handshake_consume_ initiation(). Signed-off-by: Frank Werner-Krippendorf <mail@hb9fxq.ch> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: David S. Miller <davem@davemloft.net>