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:
Love Hörnquist Åstrand
2006-10-08 13:39:27 +00:00
parent 3aaa14c0f8
commit 986fe523a1

View File

@@ -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