HardenedBSD/crypto/heimdal/lib
Dimitry Andric 6f25b46721 Fix enum warning in heimdal
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
2024-07-30 21:24:17 +02:00
..
asn1
com_err
gssapi
hdb
heimdal
hx509
ipc
kadm5
kafs
krb5 Fix enum warning in heimdal 2024-07-30 21:24:17 +02:00
ntlm
roken
sl
vers
wind
Makefile.am
Makefile.in