From e3f707ea2ce536cdd89da068514789cc66e8ca9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Jan 2009 21:45:27 +0000 Subject: [PATCH] add ALGORITHM_BEST_BEFORE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24261 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509_err.et | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/hx509_err.et b/lib/hx509/hx509_err.et index c1dfaf587..5e69532ea 100644 --- a/lib/hx509/hx509_err.et +++ b/lib/hx509/hx509_err.et @@ -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