mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
sha512_256: remove the cast macro, minor language/format edits
Follow-up to cbe41d151d
Closes #12966
This commit is contained in:
parent
f7e598791f
commit
d5b0fee39a
2 changed files with 89 additions and 98 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue