freebsd-src/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 heimdal: asn1: Use unsigned bitfields for named bitsets 2024-04-17 19:49:30 +02:00
com_err
gssapi Revert "heimdal: CVE-2022-41916: Check for overflow in _gsskrb5_get_mech()" 2024-02-16 09:31:13 -08:00
hdb heimdal: Fix compiling hdb ldap as a module 2024-04-23 22:54:20 -07:00
heimdal
hx509 heimdal: don't try to expose nonexistant symbols 2024-03-07 00:55:11 +00:00
ipc
kadm5 heimdal: don't try to expose nonexistant symbols 2024-03-07 00:55:11 +00:00
kafs
krb5 Fix enum warning in heimdal 2024-07-30 21:24:17 +02:00
ntlm
roken heimdal: don't try to expose nonexistant symbols 2024-03-07 00:55:11 +00:00
sl
vers
wind heimdal: don't export nonexistant _wind_ucs2read 2024-03-07 00:54:55 +00:00
Makefile.am
Makefile.in