Skip to content

Commit cf3582a

Browse files
James Chenminggo
James Chen
authored and
minggo
committed
Updates openssl ios simulator libraries (#266)
1 parent d5be05d commit cf3582a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

openssl/include/ios/openssl/opensslconf-i386.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ extern "C" {
2222
* OpenSSL was configured with the following options:
2323
*/
2424

25-
#ifndef OPENSSL_SYS_MACOSX
26-
# define OPENSSL_SYS_MACOSX 1
25+
#ifndef OPENSSL_SYS_iOS
26+
# define OPENSSL_SYS_iOS 1
2727
#endif
2828
#ifndef OPENSSL_NO_MD2
2929
# define OPENSSL_NO_MD2

openssl/include/ios/openssl/opensslconf-x86_64.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ extern "C" {
2222
* OpenSSL was configured with the following options:
2323
*/
2424

25-
#ifndef OPENSSL_SYS_MACOSX
26-
# define OPENSSL_SYS_MACOSX 1
25+
#ifndef OPENSSL_SYS_iOS
26+
# define OPENSSL_SYS_iOS 1
2727
#endif
2828
#ifndef OPENSSL_NO_MD2
2929
# define OPENSSL_NO_MD2

openssl/prebuilt/ios/libcrypto.a

115 KB
Binary file not shown.

openssl/prebuilt/ios/libssl.a

15.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)