[DiscordArchive] Hello, I've just started to get errors on my build, has anyone seen these?
[DiscordArchive] Hello, I've just started to get errors on my build, has anyone seen these?
Archived author: Deer_Hunter • Posted: 2022-09-06T15:58:40.181000+00:00
Original source
Hello, I've just started to get errors on my build, has anyone seen these?
Archived author: Deer_Hunter • Posted: 2022-09-06T15:58:50.738000+00:00
Original source
D:\Projects\TrinityMaster\src\common\Cryptography\Ed25519.cpp(111,41): error C2065: 'EVP_PKEY_ED25519': undeclared identifier
4>D:\Projects\TrinityMaster\src\common\Cryptography\Ed25519.cpp(111,12): error C3861: 'EVP_PKEY_new_raw_private_key': identifier not found
Archived author: Deer_Hunter • Posted: 2022-09-06T16:02:48.233000+00:00
Original source
here's another
Archived author: Deer_Hunter • Posted: 2022-09-06T16:02:51.972000+00:00
Original source
Creating library D:/Projects/BuildMaster/src/server/bnetserver/Release/bnetserver.lib and object D:/Projects/BuildMaster/src/server/bnetserver/Release/bnetserver.exp
15>Main.obj : error LNK2019: unresolved external symbol "void __cdecl OpenSSLCrypto::threadsSetup(class boost::filesystem::path const &)" (?threadsSetup@OpenSSLCrypto@@YAXAEBVpath@filesystem@boost@@@Z) referenced in function main
15>D:\Projects\BuildMaster\bin\Release\bnetserver.exe : fatal error LNK1120: 1 unresolved externals
15>Done building project "bnetserver.vcxproj" -- FAILED.
Archived author: M'Dic • Posted: 2022-09-06T16:24:50.821000+00:00
Original source
wrong openssl i imagine
Archived author: Tea • Posted: 2022-09-06T16:52:52.189000+00:00
Original source
well...
Archived author: Tea • Posted: 2022-09-06T16:52:59.349000+00:00
Original source
commit title is litrally " Core/Crypto: Remove support for OpenSSL 1.0"