mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
if_ovpn: declare our dependency on the crypto module
PR: 281460
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
408087f128
commit
17c9ac457c
1 changed files with 1 additions and 0 deletions
|
|
@ -2600,3 +2600,4 @@ static moduledata_t ovpn_mod = {
|
|||
|
||||
DECLARE_MODULE(if_ovpn, ovpn_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
|
||||
MODULE_VERSION(if_ovpn, 1);
|
||||
MODULE_DEPEND(if_ovpn, crypto, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue