]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix missing prototype for win32_utf8argv under MINGW64
authorMilan Broz <gmazyland@gmail.com>
Wed, 22 Apr 2026 12:57:46 +0000 (14:57 +0200)
committerNorbert Pocs <norbertp@openssl.org>
Thu, 30 Apr 2026 11:41:56 +0000 (13:41 +0200)
With strict warnings build fails on missing win32_utf8argv()
function definition.

Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Thu Apr 30 11:42:18 2026
(Merged from https://github.com/openssl/openssl/pull/30941)

apps/lib/win32_init.c

index e4677c6c2b511a015cf9538349c75d72c08afbcc..37a1f3ec22914164aa46cf09bbb925b8eb0c1cc1 100644 (file)
@@ -10,6 +10,7 @@
 #include <windows.h>
 #include <stdlib.h>
 #include <string.h>
+#include "platform.h"
 
 #if defined(CP_UTF8)