From: claudio Date: Tue, 1 Oct 2024 18:28:17 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=14a2db80319bd39f99fc7de06b16c3e25ca97eb5;p=openbsd Fix typo in comment OK tb@ --- 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) {