mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-13 00:56:13 -05:00
security/stunnel: missing include; closes #5481
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user