mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-13 10:50:14 -04:00
security/stunnel: missing include; closes #5481
This commit is contained in:
parent
eceb4ea9d1
commit
85cb0f7132
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PLUGIN_NAME= stunnel
|
||||
PLUGIN_VERSION= 1.0.6
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= Stunnel TLS proxy
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
PLUGIN_DEPENDS= stunnel
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ require_once('util.inc');
|
|||
require_once('plugins.inc');
|
||||
require_once('config.inc');
|
||||
require_once('certs.inc');
|
||||
require_once('system.inc');
|
||||
require_once("legacy_bindings.inc");
|
||||
|
||||
use OPNsense\Stunnel\Stunnel;
|
||||
|
|
|
|||
Loading…
Reference in a new issue