From b07aeaac64c9c1437398ba6ab642aee487f5ae0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 8 Apr 2008 08:16:56 +0000 Subject: [PATCH] Name the pkinit type enum. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22914 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 72aedc3b7..3b451b130 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -276,7 +276,7 @@ struct krb5_pk_identity { hx509_revoke_ctx revokectx; }; -enum { +enum krb5_pk_type { PKINIT_WIN2K = 1, PKINIT_27 = 2 };