mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 10:50:13 -04:00
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:
parent
a7d6cd2dfc
commit
5d161a2e65
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue