fc4b3ce49b0ce50fc19dc545d332bd3cbe79a0cb

The hc_evp_md_init, hc_evp_md_update and hc_evp_md_final typedefs are defined as functions returning an int, but null_Init, null_Update and null_Final are defined as void, and cast with the typedef when assigned to the function vector. This might result in some uninitialized value being returned to the caller, if some of them make use of the return value. It also causes warnings if the -Wcast-function-type warning is enabled. Change the type to in to match the typedef, and return 1 (success).
Heimdal
Heimdal is an implementation of:
- ASN.1/DER,
- PKIX, and
- Kerberos.
For information how to install see here.
There are man pages for most of the commands.
Bug reports and bugs are appreciated. Use GitHub issues.
For more information see the project homepage https://heimdal.software/heimdal/ or the mailing lists:
heimdal-announce@heimdal.software low-volume announcement heimdal-discuss@heimdal.software high-volume discussion
send mail to heimdal-announce-subscribe@heimdal.software and heimdal-discuss-subscribe@heimdal.software respectively to subscribe.
Build Status
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%