add ALGORITHM_BEST_BEFORE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24261 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 21:45:27 +00:00
parent f850b7ddfb
commit e3f707ea2c

View File

@@ -65,6 +65,7 @@ error_code RSA_PUBLIC_ENCRYPT, "RSA public encyption failed"
error_code RSA_PRIVATE_ENCRYPT, "RSA public encyption failed"
error_code RSA_PUBLIC_DECRYPT, "RSA private decryption failed"
error_code RSA_PRIVATE_DECRYPT, "RSA private decryption failed"
error_code ALGORITHM_BEST_BEFORE, "Algorithm has passed its best before date"
# revoke related errors
index 96