libcrypto has a new version in the updated mxe.
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Feb 2022 18:03:40 +0000 (19:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Feb 2022 13:55:24 +0000 (14:55 +0100)
platform/windows/wscript

index df48cc14dc21a20c4ce10cd6b57827a6b68244fd..426b9b7aedc61ba4969b1097a9979dcb5c6f5bdf 100644 (file)
@@ -163,9 +163,9 @@ File "%static_deps%/bin/libdav1d.dll"
     """, file=f)
 
     if bits == 32:
-        print('File "%static_deps%/bin/libcrypto-1_1.dll"', file=f)
+        print('File "%static_deps%/bin/libcrypto-3.dll"', file=f)
     else:
-        print('File "%static_deps%/bin/libcrypto-1_1-x64.dll"', file=f)
+        print('File "%static_deps%/bin/libcrypto-3-x64.dll"', file=f)
 
     print("""
 File "%static_deps%/bin/libltdl-7.dll"