diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-10-30 12:32:18 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-10-30 12:32:18 +0000 |
commit | b567677aa72decf107f550f9a04150ec212e3c83 (patch) | |
tree | 546187f3790b63ca68da5baf91fe99010acb871b /sbin/iked/ikev2.c | |
parent | 374f656b1d431aeba533b428f8dad3867a325426 (diff) |
Whitespace fixes.
Diffstat (limited to 'sbin/iked/ikev2.c')
-rw-r--r-- | sbin/iked/ikev2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/iked/ikev2.c b/sbin/iked/ikev2.c index a411c262bc0..c6aa9de583a 100644 --- a/sbin/iked/ikev2.c +++ b/sbin/iked/ikev2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2.c,v 1.273 2020/10/30 12:29:40 tobhe Exp $ */ +/* $OpenBSD: ikev2.c,v 1.274 2020/10/30 12:32:17 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de> @@ -5164,7 +5164,7 @@ ikev2_sa_responder_dh(struct iked_kex *kex, struct iked_proposals *proposals, log_info("%s: invalid dh, size %zu", SPI_SA(msg->msg_sa, __func__), ibuf_length(msg->msg_ke)); - return (-1); + return (-1); } } @@ -5172,7 +5172,7 @@ ikev2_sa_responder_dh(struct iked_kex *kex, struct iked_proposals *proposals, if (dh_create_exchange(kex->kex_dhgroup, &kex->kex_dhrexchange, kex->kex_dhiexchange) == -1) { log_info("%s: failed to get dh exchange", - SPI_SA(msg->msg_sa ,__func__)); + SPI_SA(msg->msg_sa, __func__)); return (-1); } } |