diff --git a/README b/README index 59d9a61..047c557 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ 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). Create OpenSSL Libary: diff --git a/libcrypto_arm.a b/libcrypto_arm.a index cc4f1dc..c47d598 100644 Binary files a/libcrypto_arm.a and b/libcrypto_arm.a differ diff --git a/libcrypto_i386.a b/libcrypto_i386.a index ab1ec25..399a285 100644 Binary files a/libcrypto_i386.a and b/libcrypto_i386.a differ diff --git a/libssl_arm.a b/libssl_arm.a index 8dfc3c1..824ef21 100644 Binary files a/libssl_arm.a and b/libssl_arm.a differ diff --git a/libssl_i386.a b/libssl_i386.a index de02561..4a76ebf 100644 Binary files a/libssl_i386.a and b/libssl_i386.a differ