Closed liberodark closed 3 years ago
It comes from 4ea0003dacd6132901fcf3da4fa2c457923fd5fd. The commit also defines BCRYPT_ECDH_P384_ALGORITHM in include/bcrypt.h.
Current experimental builds just fine in the provided container / VM.
Not sure why you are hitting this issue. Can you make sure that your local clones are all updated and in a good state?
@ivyl Have try to build : experimental-wine-6.3-20211109 i have too libgcrypt-1.9.4 (last version)
Looks like you are trying to compile directly on your system and you don't have mingw installed. Building this Wine downstream outside of Proton is unsupported and untested.
Try with:
diff --git a/include/bcrypt.h b/include/bcrypt.h
index fb7d809bc40..f84ab934ec6 100644
--- a/include/bcrypt.h
+++ b/include/bcrypt.h
@@ -165,6 +165,7 @@ static const WCHAR BCRYPT_DES_ALGORITHM[] = {'D','E','S',0};
static const WCHAR BCRYPT_DH_ALGORITHM[] = {'D','H',0};
static const WCHAR BCRYPT_DSA_ALGORITHM[] = {'D','S','A',0};
static const WCHAR BCRYPT_ECDH_P256_ALGORITHM[] = {'E','C','D','H','_','P','2','5','6',0};
+static const WCHAR BCRYPT_ECDH_P384_ALGORITHM[] = {'E','C','D','H','_','P','3','8','4',0};
static const WCHAR BCRYPT_ECDSA_P256_ALGORITHM[] = {'E','C','D','S','A','_','P','2','5','6',0};
static const WCHAR BCRYPT_ECDSA_P384_ALGORITHM[] = {'E','C','D','S','A','_','P','3','8','4',0};
static const WCHAR BCRYPT_ECDSA_P521_ALGORITHM[] = {'E','C','D','S','A','_','P','5','2','1',0};
Thank you so much issue is fixed with your patch :D
Hi,
On last build have this issue :
Do you have any idea how to fix this and where it came from?
Best Regards