Gilles Peskine fd65f0eaab Fix build error on some platforms where NULL is defined as 0
If `NULL` is an integer constant expression with the value 0 (which C
allows), the expression `prng ? NULL : NULL` is not an integer constant
expression so it is not a null pointer constant, and thus it is not a
pointer.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2026-03-20 21:28:35 +01:00
..
.jenkins
configs crypto_config.h: Don't list mechanisms that are not implemented 2024-12-24 20:03:29 +01:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Generate psa_test_wrappers.{h,c} automatically 2026-02-22 20:33:27 +01:00
opt-testcases Revert "Added generated files" 2025-10-22 10:51:01 +01:00
scripts Update paths after moving some scripts to the framework 2026-03-19 13:20:36 +01:00
src Silence some IAR warnings in SSL code 2026-03-20 21:28:34 +01:00
suites Fix build error on some platforms where NULL is defined as 0 2026-03-20 21:28:35 +01:00
.gitignore Generate psa_test_wrappers.{h,c} automatically 2026-02-22 20:33:27 +01:00
CMakeLists.txt Add branch specific generate_tls_handshake_tests.py file 2026-02-17 10:10:34 +01:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh ssl_server2.c: DTLS: Attempt to read the response to the close notification 2026-02-24 15:30:00 +01:00
context-info.sh Update directory-climbing path in context-info.sh 2024-07-08 15:36:48 +01:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Merge pull request #10615 from gilles-peskine-arm/generate-psa_test_wrappers-3.6 2026-02-26 13:44:15 +00:00
ssl-opt.sh ssl-opt.sh: DTLS fragmenting: Do not check for ServerKeyExchange fragmentation 2026-02-25 20:18:19 +01:00