mirror of
https://github.com/openssl/openssl.git
synced 2025-12-20 01:22:19 +08:00
we assume these to be order sensitive and not self contained, so as per our new style we disable clang format around them. we should consider renaming to .inc, or doing away with some of these and just putting the code inline, but that's for later consideration. Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/29241)
5 lines
104 B
C
5 lines
104 B
C
#define USE_CUSTOM_ALLOC_FNS 1
|
|
/* clang-format off */
|
|
#include "mem_alloc_test.c"
|
|
/* clang-format on */
|