wg_noise: whitespace cleanup

Signed-off-by: Matt Dunwoodie <ncon@noconroy.net>
This commit is contained in:
Matt Dunwoodie 2021-04-20 08:56:27 +10:00
parent 0fa8645fe4
commit aaa7ff5498
1 changed files with 0 additions and 5 deletions

View File

@ -129,7 +129,6 @@ static void noise_remote_index_insert(struct noise_local *, struct noise_remote
static int noise_remote_index_remove(struct noise_local *, struct noise_remote *);
static void noise_remote_expire_current(struct noise_remote *);
static void noise_add_new_keypair(struct noise_local *, struct noise_remote *, struct noise_keypair *);
static int noise_received_with(struct noise_keypair *);
static int noise_begin_session(struct noise_remote *);
@ -729,7 +728,6 @@ noise_keypair_smr_free(struct epoch_context *smr)
free(kp, M_NOISE);
}
void
noise_keypair_put(struct noise_keypair *kp)
{
@ -768,8 +766,6 @@ noise_keypair_remote_arg(struct noise_keypair *kp)
return kp->kp_remote->r_arg;
}
int
noise_keypair_nonce_next(struct noise_keypair *kp, uint64_t *send)
{
@ -891,7 +887,6 @@ noise_keypair_decrypt(struct noise_keypair *kp, uint64_t nonce, struct mbuf *m)
return (0);
}
/* Handshake functions */
int
noise_create_initiation(struct noise_remote *r,