Skip to content
Snippets Groups Projects
Commit fe4c63b7 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

contrib: Windows: bump openssl to 3.4.0

https: //git.jami.net/savoirfairelinux/jami-daemon/-/issues/1108
Change-Id: I689f2e4ac3fef152bcafd89e125f97b948627b8f
parent 4ee1f1a5
No related branches found
No related tags found
No related merge requests found
daemon @ 4aff5e97
Subproject commit 8f2b6d3f5afbc911a5cf8425203c8a60ee20f0d2 Subproject commit 4aff5e977c075f3d76e63745d6e2ab905396e643
...@@ -322,8 +322,8 @@ def deploy_runtimes(config_str, qt_dir): ...@@ -322,8 +322,8 @@ def deploy_runtimes(config_str, qt_dir):
shutil.copy(os.path.join(rel_path, src), runtime_dir) shutil.copy(os.path.join(rel_path, src), runtime_dir)
print("Copying libjami dependencies") print("Copying libjami dependencies")
install_file("contrib/build/openssl/libcrypto-1_1-x64.dll", daemon_dir) install_file("contrib/build/openssl/libcrypto-3-x64.dll", daemon_dir)
install_file("contrib/build/openssl/libssl-1_1-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). # Ringtone files (ul,ogg,wav,opus files in the daemon ringtone dir).
print("Copying ringtones") print("Copying ringtones")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment