git: ed7856cdf03f - stable/14 - if_ovpn: Remove an unused field from struct ovpn_kkey_dir
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Aug 2025 13:59:17 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=ed7856cdf03f3d85d98e175410626e463ddf8087
commit ed7856cdf03f3d85d98e175410626e463ddf8087
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-07-25 13:12:45 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-08-05 13:59:11 +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
(cherry picked from commit 3d3add7d43adb891ec054ec3f1c3d6d20b78dca8)
---
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 879cc0636db7..0db4c8a8ab86 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];