diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-10-01 18:28:18 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-10-01 18:28:18 +0000 |
commit | 27a580f861ac0fd86a5e9a75f1dea30691e493d9 (patch) | |
tree | 5e659969b247458df833bde8f2ea298b0d935b72 | |
parent | aafd512f57fdb0aa94623264a6800ce4ed9f6135 (diff) |
Fix typo in comment
OK tb@
-rw-r--r-- | usr.sbin/bgpd/pfkey.c | 4 |
1 files 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 <henning@openbsd.org> @@ -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) { |