Skip to content

Commit

Permalink
Fix pkcs 11 path field description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Dec 21, 2016
1 parent 9407105 commit 3757a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions security/pfSense-pkg-openvpn-client-export/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= pfSense-pkg-openvpn-client-export
PORTVERSION= 1.3.15
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@
$section->addInput(new Form_Input(
'pkcs11providers',
'PKCS#11 Providers',
'Enter the path to the PKCS#11 providers.',
'text',
$cfg['kcs11providers']
));
))->setHelp('Enter the path to the PKCS#11 providers.');

$section->addInput(new Form_Input(
'pkcs11id',
Expand Down

0 comments on commit 3757a99

Please sign in to comment.