From f7e7791b8b262bfafefdf973c10939297e7eb210 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 17 Apr 2019 09:04:02 +0200 Subject: [PATCH] Update libcrypto in nsi --- dist/windows/strawberry-debug-x64.nsi.in | 4 ++-- dist/windows/strawberry-debug-x86.nsi.in | 4 ++-- dist/windows/strawberry-x64.nsi.in | 4 ++-- dist/windows/strawberry-x86.nsi.in | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/windows/strawberry-debug-x64.nsi.in b/dist/windows/strawberry-debug-x64.nsi.in index e90b50dfb..aed3c8ac1 100644 --- a/dist/windows/strawberry-debug-x64.nsi.in +++ b/dist/windows/strawberry-debug-x64.nsi.in @@ -104,7 +104,7 @@ Section "Strawberry" Strawberry File "libbz2.dll" File "libcdio-18.dll" File "libchromaprint.dll" - File "libcrypto-1_1-x64.dll" + File "libcrypto-3-x64.dll" File "libfaad-2.dll" File "libffi-6.dll" File "libFLAC-8.dll" @@ -349,7 +349,7 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-18.dll" Delete "$INSTDIR\libchromaprint.dll" - Delete "$INSTDIR\libcrypto-1_1-x64.dll" + Delete "$INSTDIR\libcrypto-3-x64.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-6.dll" Delete "$INSTDIR\libFLAC-8.dll" diff --git a/dist/windows/strawberry-debug-x86.nsi.in b/dist/windows/strawberry-debug-x86.nsi.in index e392af0cd..4ede41a82 100644 --- a/dist/windows/strawberry-debug-x86.nsi.in +++ b/dist/windows/strawberry-debug-x86.nsi.in @@ -104,7 +104,7 @@ Section "Strawberry" Strawberry File "libbz2.dll" File "libcdio-18.dll" File "libchromaprint.dll" - File "libcrypto-1_1.dll" + File "libcrypto-3.dll" File "libfaad-2.dll" File "libffi-6.dll" File "libFLAC-8.dll" @@ -349,7 +349,7 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-18.dll" Delete "$INSTDIR\libchromaprint.dll" - Delete "$INSTDIR\libcrypto-1_1.dll" + Delete "$INSTDIR\libcrypto-3.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-6.dll" Delete "$INSTDIR\libFLAC-8.dll" diff --git a/dist/windows/strawberry-x64.nsi.in b/dist/windows/strawberry-x64.nsi.in index 17eac9469..87231a11a 100644 --- a/dist/windows/strawberry-x64.nsi.in +++ b/dist/windows/strawberry-x64.nsi.in @@ -104,7 +104,7 @@ Section "Strawberry" Strawberry File "libbz2.dll" File "libcdio-18.dll" File "libchromaprint.dll" - File "libcrypto-1_1-x64.dll" + File "libcrypto-3-x64.dll" File "libfaad-2.dll" File "libffi-6.dll" File "libFLAC-8.dll" @@ -315,7 +315,7 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-18.dll" Delete "$INSTDIR\libchromaprint.dll" - Delete "$INSTDIR\libcrypto-1_1-x64.dll" + Delete "$INSTDIR\libcrypto-3-x64.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-6.dll" Delete "$INSTDIR\libFLAC-8.dll" diff --git a/dist/windows/strawberry-x86.nsi.in b/dist/windows/strawberry-x86.nsi.in index 8c53da301..7afbfd596 100644 --- a/dist/windows/strawberry-x86.nsi.in +++ b/dist/windows/strawberry-x86.nsi.in @@ -104,7 +104,7 @@ Section "Strawberry" Strawberry File "libbz2.dll" File "libcdio-18.dll" File "libchromaprint.dll" - File "libcrypto-1_1.dll" + File "libcrypto-3.dll" File "libfaad-2.dll" File "libffi-6.dll" File "libFLAC-8.dll" @@ -315,7 +315,7 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-18.dll" Delete "$INSTDIR\libchromaprint.dll" - Delete "$INSTDIR\libcrypto-1_1.dll" + Delete "$INSTDIR\libcrypto-3.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-6.dll" Delete "$INSTDIR\libFLAC-8.dll"