Add new pkcs11 related errors in a new section: keystore related error.
Patched based on code from Douglas Engert. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18347 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -71,5 +71,9 @@ error_code CRL_CERT_REVOKED, "Certificate is included in CRL"
|
||||
error_code REVOKE_STATUS_MISSING, "No revoke status found for certificates"
|
||||
error_code CRL_UNKNOWN_EXTENSION, "Unknown extension"
|
||||
|
||||
# keystore related error
|
||||
index 128
|
||||
error_code PKCS11_NO_SLOT, "No smartcard reader/device found"
|
||||
error_code PKCS11_NO_TOKEN, "No smartcard in reader"
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user