Name the pkinit type enum.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22914 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-08 08:16:56 +00:00
parent 86773680d8
commit b07aeaac64

View File

@@ -276,7 +276,7 @@ struct krb5_pk_identity {
hx509_revoke_ctx revokectx;
};
enum {
enum krb5_pk_type {
PKINIT_WIN2K = 1,
PKINIT_27 = 2
};