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 };