diff options
author | System Administrator <root@Mamadous-MacBook-Pro.local> | 2016-08-02 22:06:26 +0200 |
---|---|---|
committer | System Administrator <root@Mamadous-MacBook-Pro.local> | 2016-08-02 22:06:26 +0200 |
commit | c51e4083a66f40dfa6b62e9c91abad1889bf3108 (patch) | |
tree | 77790d0dae2c52ba1351cbc0c68f3f4123e9e062 | |
parent | 412f2cb2ba5fc1f5b2f019fdfddcac5518ed8aca (diff) | |
download | doubango-c51e4083a66f40dfa6b62e9c91abad1889bf3108.zip doubango-c51e4083a66f40dfa6b62e9c91abad1889bf3108.tar.gz |
Update openSSL for iOS and OSX to version 1.0.2h
-rw-r--r--[-rwxr-xr-x] | thirdparties/iphone/lib/universal/libcrypto.a | bin | 12036712 -> 11930672 bytes | |||
-rw-r--r--[-rwxr-xr-x] | thirdparties/iphone/lib/universal/libssl.a | bin | 2178976 -> 1995080 bytes | |||
-rwxr-xr-x | tinyNET/src/tnet_transport_cfsocket.c | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/thirdparties/iphone/lib/universal/libcrypto.a b/thirdparties/iphone/lib/universal/libcrypto.a Binary files differindex e9263a5..a20268e 100755..100644 --- a/thirdparties/iphone/lib/universal/libcrypto.a +++ b/thirdparties/iphone/lib/universal/libcrypto.a diff --git a/thirdparties/iphone/lib/universal/libssl.a b/thirdparties/iphone/lib/universal/libssl.a Binary files differindex 2833b44..7136aa5 100755..100644 --- a/thirdparties/iphone/lib/universal/libssl.a +++ b/thirdparties/iphone/lib/universal/libssl.a diff --git a/tinyNET/src/tnet_transport_cfsocket.c b/tinyNET/src/tnet_transport_cfsocket.c index b66c3b3..ade8bc1 100755 --- a/tinyNET/src/tnet_transport_cfsocket.c +++ b/tinyNET/src/tnet_transport_cfsocket.c @@ -1325,6 +1325,7 @@ bail: } } tsk_safeobj_unlock(context); + // Release context CFRelease(context->cf_run_loop); context->cf_run_loop = NULL; |