Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
29ddac46
Commit
29ddac46
authored
Mar 17, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system: fix typos
parent
6abb7dfa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
system_advanced_misc.php
src/www/system_advanced_misc.php
+2
-2
No files found.
src/www/system_advanced_misc.php
View file @
29ddac46
...
@@ -477,9 +477,9 @@ include("head.inc");
...
@@ -477,9 +477,9 @@ include("head.inc");
<td><a
id=
"help_for_cryptodev_enable"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Use /dev/crypto"
);
?>
</td>
<td><a
id=
"help_for_cryptodev_enable"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Use /dev/crypto"
);
?>
</td>
<td>
<td>
<input
name=
"cryptodev_enable"
type=
"checkbox"
id=
"cryptodev_enable"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'cryptodev_enable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<input
name=
"cryptodev_enable"
type=
"checkbox"
id=
"cryptodev_enable"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'cryptodev_enable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<strong>
<?=
gettext
(
"Enable old userland device node for cryptographic accel
l
eration"
);
?>
</strong>
<strong>
<?=
gettext
(
"Enable old userland device node for cryptographic acceleration"
);
?>
</strong>
<div
class=
"hidden"
for=
"help_for_cryptodev_enable"
>
<div
class=
"hidden"
for=
"help_for_cryptodev_enable"
>
<?=
gettext
(
"Old hardware accel
lerators may only provide userland accel
leration to e.g. OpenVPN "
.
<?=
gettext
(
"Old hardware accel
erators may only provide userland acce
leration to e.g. OpenVPN "
.
"by means of the /dev/crypto interface, which can be accessed via the OpenSSL "
.
"by means of the /dev/crypto interface, which can be accessed via the OpenSSL "
.
"engine framework. Note that LibreSSL does not have support for this device and "
.
"engine framework. Note that LibreSSL does not have support for this device and "
.
"instead solely relies on embedded acceleration methods e.g. AES-NI. The default is "
.
"instead solely relies on embedded acceleration methods e.g. AES-NI. The default is "
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment