Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor comment clarifications and trivial rewrites
cpusupport-ARM-AES.c: the info about _u32 was in a git commit message, but it's worth adding a 1-line comment about it. cpusupport-X86-SSE42*.c: our STYLE says that we should never use (unsigned char). That's what the definition of _mm_crc32_u8() uses, but the code in alg/crc32_sse42.c uses (uint8_t), so there's no point violating our STYLE by using (unsigned char) here. network_ssl_compat.c: fix style of assignment & checking. imalloc.h: split the "return (NULL)" cases from the actual malloc().
- Loading branch information