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)
This commit is contained in:
Mark Johnston 2025-07-25 13:12:45 +00:00 committed by Franco Fichtner
parent a7d6cd2dfc
commit 5d161a2e65

View file

@ -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];