mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
if_ovpn: declare our dependency on the crypto module
PR: 281460
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 17c9ac457cf16c1251afa7364bc47ed52ec29057)
This commit is contained in:
parent
72706300b6
commit
79c34d704f
1 changed files with 1 additions and 0 deletions
|
|
@ -2598,3 +2598,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