From 14a2db80319bd39f99fc7de06b16c3e25ca97eb5 Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 1 Oct 2024 18:28:17 +0000 Subject: [PATCH] Fix typo in comment OK tb@ --- usr.sbin/bgpd/pfkey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgpd/pfkey.c b/usr.sbin/bgpd/pfkey.c index d300e99d335..c5945c471c4 100644 --- a/usr.sbin/bgpd/pfkey.c +++ b/usr.sbin/bgpd/pfkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkey.c,v 1.69 2024/10/01 11:49:24 claudio Exp $ */ +/* $OpenBSD: pfkey.c,v 1.70 2024/10/01 18:28:17 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -838,7 +838,7 @@ pfkey_recv_conf(struct peer *p, struct imsg *imsg) return imsg_get_data(imsg, &auth->method, sizeof(auth->method)); } -/* verify that connection is using TCP MD5UM if required by config */ +/* verify that connection is using TCP MD5SIG if required by config */ int tcp_md5_check(int fd, struct auth_config *auth) { -- 2.20.1