mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
6f25b46721
This fixes a clang 19 warning: crypto/heimdal/lib/krb5/deprecated.c:75:17: error: comparison of different enumeration types ('krb5_keytype' (aka 'enum ENCTYPE') and 'enum krb5_keytype_old') [-Werror,-Wenum-compare] 75 | if (keytype != KEYTYPE_DES || context->etypes_des == NULL) | ~~~~~~~ ^ ~~~~~~~~~~~ In https://github.com/heimdal/heimdal/commit/3bebbe5323 this was solved by adding a cast. That commit is rather large, so I'm only applying the one-liner here. MFC after: 3 days |
||
---|---|---|
.. | ||
asn1 | ||
com_err | ||
gssapi | ||
hdb | ||
heimdal | ||
hx509 | ||
ipc | ||
kadm5 | ||
kafs | ||
krb5 | ||
ntlm | ||
roken | ||
sl | ||
vers | ||
wind | ||
Makefile.am | ||
Makefile.in |