]> git.ipfire.org Git - thirdparty/openssl.git/commit
internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_C
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 15:54:22 +0000 (17:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 16:27:21 +0000 (18:27 +0200)
commit09a4b4b72204f973804d60096c513f5ed6b39e4f
treefd88b10d165c74bcdf7ac2bbda67b37df1ae4bf7
parentcfbdc5dd14bf9fc969c9eb76216ab59a4ae64ba4
internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_C

Other similar macros can be implemented later.  Right now, this are the most
likely to be actually useful

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
include/internal/numbers.h
test/quic_multistream_test.c