1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-03-28 14:56:19 +01:00

contrib: Windows: bump openssl to 3.4.0

https: //git.jami.net/savoirfairelinux/jami-daemon/-/issues/1108
Change-Id: I689f2e4ac3fef152bcafd89e125f97b948627b8f
This commit is contained in:
Andreas Traczyk 2025-02-26 11:17:11 -05:00 committed by Adrien Béraud
parent 4ee1f1a5d3
commit fe4c63b775
2 changed files with 3 additions and 3 deletions

2
daemon

@ -1 +1 @@
Subproject commit 8f2b6d3f5afbc911a5cf8425203c8a60ee20f0d2
Subproject commit 4aff5e977c075f3d76e63745d6e2ab905396e643

View file

@ -322,8 +322,8 @@ def deploy_runtimes(config_str, qt_dir):
shutil.copy(os.path.join(rel_path, src), runtime_dir)
print("Copying libjami dependencies")
install_file("contrib/build/openssl/libcrypto-1_1-x64.dll", daemon_dir)
install_file("contrib/build/openssl/libssl-1_1-x64.dll", daemon_dir)
install_file("contrib/build/openssl/libcrypto-3-x64.dll", daemon_dir)
install_file("contrib/build/openssl/libssl-3-x64.dll", daemon_dir)
# Ringtone files (ul,ogg,wav,opus files in the daemon ringtone dir).
print("Copying ringtones")