> Question, what are we to do with sha512sum? It requires some > constants to be long long and we are compiling with C89/C90. > > Any ideas? So far, the solution to this has been to use int64_t in stdint.h Although that header is only guaranteed in c99, the header tends to be available in c89 mode, and the compiler does not warn about it.
- [dev] [sbase] [patch] Add sha256sum(1) sin
- Re: [dev] [sbase] [patch] Add sha256sum(1) Szabolcs Nagy
- Re: [dev] [sbase] [patch] Add sha256sum(1) Galos, David
- Re: [dev] [sbase] [patch] Add sha256sum(1) Szabolcs Nagy
- Re: [dev] [sbase] [patch] Add sha256sum(1) Galos, David
- Re: [dev] [sbase] [patch] Add sha256su... sin
- Re: [dev] [sbase] [patch] Add sha2... Galos, David
- Re: [dev] [sbase] [patch] Add ... Galos, David
- Re: [dev] [sbase] [patch] Add ... sin