krb5.h: do not use anonymous enum for alternate E[NC]TYPE names
commit90e51a3d186e77b70f4954f16c74f740a04a4972
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 16 Jan 2022 02:41:36 +0000 (15 21:41 -0500)
committerJeffrey Altman <jaltman@auristor.com>
Sun, 16 Jan 2022 03:05:50 +0000 (15 22:05 -0500)
tree82690cde53f4457ace95bfba25231eaf69121f18
parent7145a8e9084c710229c91595e3c4c9d9b0aa11a0
krb5.h: do not use anonymous enum for alternate E[NC]TYPE names

Use of an anonymous enum for ETYPE_xxx and ENCTYPE_xxx alternative
names results in loss of the original KRB5_ENCTYPE_xxx type.
Use CPP macros instead.

Change-Id: I84620aabd672db1d2cd0ff7a65f3ae8b34c0c684
lib/krb5/krb5.h