git: 3d3add7d43ad - main - if_ovpn: Remove an unused field from struct ovpn_kkey_dir
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Jul 2025 17:39:15 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3d3add7d43adb891ec054ec3f1c3d6d20b78dca8 commit 3d3add7d43adb891ec054ec3f1c3d6d20b78dca8 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-07-25 13:12:45 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-07-25 17:39:00 +0000 if_ovpn: Remove an unused field from struct ovpn_kkey_dir No functional change intended. Reviewed by: kp MFC after: 2 weeks Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D51493 --- sys/net/if_ovpn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if_ovpn.c b/sys/net/if_ovpn.c index 6755997fd1f0..5081cc906433 100644 --- a/sys/net/if_ovpn.c +++ b/sys/net/if_ovpn.c @@ -79,7 +79,6 @@ #include "if_ovpn.h" struct ovpn_kkey_dir { - int refcount; uint8_t key[32]; uint8_t keylen; uint8_t nonce[8];