Skip to content

Commit

Permalink
DWE-3790: Update OpenSSL source
Browse files Browse the repository at this point in the history
  • Loading branch information
Flood Ryan A authored and Flood Ryan A committed Oct 23, 2023
1 parent 7330312 commit 8e9a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/build_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class NCurses(Package):
configure_args = ['--without-ada', '--enable-widec', '--without-debug', '--without-cxx-binding', '--disable-stripping']

class OpenSSL(Package):
source = 'https://www.openssl.org/source/openssl-3.1.3.tar.gz'
source = 'https://www.openssl.org/source/openssl-3.0.11.tar.gz'

def configure(self):
# OpenSSL handles NDK internal paths by itself
Expand Down

0 comments on commit 8e9a67b

Please sign in to comment.