Skip to content

Commit 1ea7977

Browse files
committed
Fixed extra '>' in doc/pam_pkcs11.xml
1 parent b616f06 commit 1ea7977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/pam_pkcs11.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,10 @@ Sets the Certificate verification policy:
627627
<listitem><token>no_ca</token>: Does not check that Certificate is signed by a recognized CA. Only this value disables the CA check.
628628
</listitem>
629629

630-
<listitem><token>signature></token>: Does a signature check to ensure that private and public key matches.
630+
<listitem><token>signature</token>: Does a signature check to ensure that private and public key matches.
631631
</listitem>
632632

633-
<listitem><token>no_signature></token>: Does not check the signature to ensure that private and public key matches. Only this value disables the signature check.
633+
<listitem><token>no_signature</token>: Does not check the signature to ensure that private and public key matches. Only this value disables the signature check.
634634
</listitem>
635635

636636
<listitem><token>crl_online</token>: Downloads the CRL from the location

0 commit comments

Comments
 (0)