From 401141607ba0eb06c0fa9044f9c2f0c03c5d2bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 19 Jun 2007 14:53:20 +0000 Subject: [PATCH] Make compile again. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21177 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index f445a880f..84f477e76 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -1363,7 +1363,7 @@ eval_types(hx509_context context, oid_id_pkix_kp_clientAuth()); if (ret) hx509_err(context, 1, ret, "hx509_ca_tbs_add_eku"); - } else if strcmp(type, "peap-server") == 0) { + } else if (strcmp(type, "peap-server") == 0) { ret = hx509_ca_tbs_add_eku(context, tbs, oid_id_pkix_kp_serverAuth()); if (ret)