Files
heimdal/lib/hcrypto
Marc Dionne fc4b3ce49b hcrypto: Fix return type for null_Init, null_Update and null_Final
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).
2022-01-13 16:00:50 -05:00
..
2016-04-10 17:05:07 -05:00
2019-07-09 12:34:26 -05:00
2016-04-15 00:16:17 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2008-09-13 08:53:55 +00:00
2016-04-10 17:05:07 -05:00
2008-09-13 09:21:03 +00:00
2016-04-10 17:05:07 -05:00
2011-05-21 11:57:31 -07:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2019-07-09 12:34:26 -05:00
2016-04-15 00:16:17 -05:00
2008-09-13 09:21:03 +00:00
2016-04-10 17:05:07 -05:00
2016-04-15 00:16:17 -05:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2016-06-09 01:13:14 -04:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2010-09-30 18:22:00 -07:00
2016-12-17 23:04:41 -05:00
2015-12-09 11:08:35 +11:00
2007-04-20 08:29:05 +00:00
2020-04-25 23:19:30 -05:00
2022-01-02 20:58:39 -06:00
2017-04-29 01:05:59 -04:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2020-04-25 23:19:30 -05:00
2007-04-20 08:29:05 +00:00
2007-04-20 08:29:05 +00:00
2007-04-20 08:29:05 +00:00
2007-04-20 08:29:05 +00:00
2016-04-10 17:05:07 -05:00
2008-09-13 09:21:03 +00:00
2016-04-10 17:05:07 -05:00
2008-09-13 09:21:03 +00:00
2018-12-14 17:30:14 -05:00
2016-11-10 22:29:49 -05:00
2020-02-01 12:32:09 +11:00
2017-04-17 18:02:30 -04:00
2015-10-06 15:44:47 +02:00
2016-04-10 17:05:07 -05:00
2008-09-13 09:21:03 +00:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2008-09-13 09:21:03 +00:00
2007-04-20 08:29:05 +00:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-15 00:16:17 -05:00
2010-10-03 17:04:48 -07:00
2010-10-03 18:13:58 -07:00
2007-04-20 08:29:05 +00:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2016-11-09 15:36:04 +00:00
2014-04-25 02:42:17 +02:00
2019-01-02 13:56:04 -05:00
2016-04-10 17:05:07 -05:00
2016-04-10 17:05:07 -05:00
2020-04-27 13:14:21 -05:00
2018-12-30 15:39:49 -06:00
2018-12-30 15:39:49 -06:00
2016-11-14 02:22:32 -05:00
2020-04-25 23:19:30 -05:00
2020-04-25 23:19:30 -05:00