Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit b530104

Browse files
committed
update patch
1 parent d712356 commit b530104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/patches/openssl3/0001-fix-preprocessor-concatenation.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5418b99172d0b55de9a42e8a36e87be239a37256 Mon Sep 17 00:00:00 2001
1+
From 0c5a3ac37e7fc4f01cf8b41dbdffa13d235b490e Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr>
33
Date: Mon, 27 Jan 2025 08:36:07 +0100
44
Subject: [PATCH] crypto: fix preprocessor concatenation
@@ -25,7 +25,7 @@ index 87154645b0..ae439c668b 100644
2525
#endif
2626

2727
diff --git a/crypto/defaults.c b/crypto/defaults.c
28-
index 908539cf31..166dcb47d7 100644
28+
index 908539cf31..d85f040214 100644
2929
--- a/crypto/defaults.c
3030
+++ b/crypto/defaults.c
3131
@@ -19,7 +19,7 @@
@@ -43,7 +43,7 @@ index 908539cf31..166dcb47d7 100644
4343
DWORD index = 0;
4444
- LPCTCH tempstr = NULL;
4545
-
46-
+ LPBYTE tempstr = NULL;
46+
+ LPCTSTR tempstr = NULL;
4747
+
4848
ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE,
4949
TEXT(REGISTRY_KEY), KEY_WOW64_32KEY,

0 commit comments

Comments
 (0)