summaryrefslogtreecommitdiffhomepage
path: root/src/timers.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:30:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:30:57 +0200
commit8a4a28ebedde10ff6345df6f954299d2247aa19f (patch)
treeeef56fabe1162faaf1d7a9aebafe43b2254417a6 /src/timers.c
parentfcd889b205f41901b822f768f461e3974f48b5f2 (diff)
timers: rename *authorized* functions to *authenticated*
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.c b/src/timers.c
index 01933a8..edc6da3 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -102,7 +102,7 @@ void timers_data_received(struct wireguard_peer *peer)
peer->timer_need_another_keepalive = true;
}
-void timers_any_authorized_packet_received(struct wireguard_peer *peer)
+void timers_any_authenticated_packet_received(struct wireguard_peer *peer)
{
if (likely(peer->timer_new_handshake.data))
del_timer(&peer->timer_new_handshake);