Add support for error strings.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17393 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-01 14:04:21 +00:00
parent 1509372fd8
commit 4123507b93
2 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
#include <base64.h>
#include <hex.h>
#include <roken.h>
#include <com_err.h>
#include <krb5-types.h>
@@ -154,5 +155,7 @@ struct hx509_context_data {
#define HX509_CTX_VERIFY_MISSING_OK 1
int ocsp_time_diff;
#define HX509_DEFAULT_OCSP_TIME_DIFF (5*60)
hx509_error error;
struct et_list *et_list;
};