Upgrade to OpenSSL 1.0.1t on Android

This commit is contained in:
Matt Brubeck 2016-05-03 15:46:07 -07:00
parent 3f2ceeff5d
commit e1386cad6f
3 changed files with 7 additions and 7 deletions

View file

@ -222,7 +222,7 @@ class MachCommands(CommandBase):
verbose=verbose)
if status:
return status
openssl_dir = path.join(openssl_dir, "openssl-1.0.1k")
openssl_dir = path.join(openssl_dir, "openssl-1.0.1t")
env['OPENSSL_LIB_DIR'] = openssl_dir
env['OPENSSL_INCLUDE_DIR'] = path.join(openssl_dir, "include")
env['OPENSSL_STATIC'] = 'TRUE'