]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
windows: Remove redundant include
authorNorbert Pocs <norbertp@openssl.org>
Thu, 12 Feb 2026 10:38:15 +0000 (11:38 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 Feb 2026 15:13:04 +0000 (16:13 +0100)
The functions malloc, realloc and free are included from stdlib,
therefore no need for redundant malloc.h include.

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Fri Feb 13 15:13:13 2026
(Merged from https://github.com/openssl/openssl/pull/29989)

apps/lib/win32_init.c

index ff05730414639ce4956155ba62488a17f6e755b6..32ea0c984509055d8ca20913c249a640e74b72fc 100644 (file)
@@ -10,7 +10,6 @@
 #include <windows.h>
 #include <stdlib.h>
 #include <string.h>
-#include <malloc.h>
 
 #if defined(CP_UTF8)