sha512_256: remove the cast macro, minor language/format edits

Follow-up to cbe41d151d

Closes #12966
This commit is contained in:
Daniel Stenberg 2024-02-20 11:48:27 +01:00
parent f7e598791f
commit d5b0fee39a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 89 additions and 98 deletions

View file

@ -511,7 +511,6 @@
# endif
# define CURL_UINT64_SUFFIX CURL_SUFFIX_CURL_OFF_TU
# define CURL_UINT64_C(val) CURL_CONC_MACROS(val,CURL_UINT64_SUFFIX)
# define CURL_UINT64_CAST(expr) ((curl_uint64_t)(expr))
#endif
#if (SIZEOF_TIME_T == 4)