Upgrad to OpenSSL 0.9.8m
This commit is contained in:
parent
a9b311d58c
commit
aa44921811
2
README
2
README
|
@ -1,5 +1,7 @@
|
||||||
From: http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/
|
From: http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/
|
||||||
|
|
||||||
|
UPDATE 2010-02-26: I have updated OpenSSL to 0.9.8m
|
||||||
|
|
||||||
This is a tutorial for using self-compiled builds of the OpenSSL-library on the iPhone. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled OpenSSL-library (0.9.8m-beta1).
|
This is a tutorial for using self-compiled builds of the OpenSSL-library on the iPhone. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled OpenSSL-library (0.9.8m-beta1).
|
||||||
|
|
||||||
Create OpenSSL Libary:
|
Create OpenSSL Libary:
|
||||||
|
|
BIN
libcrypto_arm.a
BIN
libcrypto_arm.a
Binary file not shown.
BIN
libcrypto_i386.a
BIN
libcrypto_i386.a
Binary file not shown.
BIN
libssl_arm.a
BIN
libssl_arm.a
Binary file not shown.
BIN
libssl_i386.a
BIN
libssl_i386.a
Binary file not shown.
Loading…
Reference in New Issue