diff --git a/README b/README index 714e6e5..744ba37 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ From: http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/ +UPDATE 2010-06-10: I have updated OpenSSL to 0.9.8o + iPad Version UPDATE 2010-03-31: I have updated OpenSSL to 0.9.8n UPDATE 2010-02-26: I have updated OpenSSL to 0.9.8m @@ -9,7 +10,7 @@ Create OpenSSL Libary: * Download OpenSSL Sourcecode * Build OpenSSL for i368 iPhoneSimulator: - o cd openssl-0.9.8n + o cd openssl-0.9.8o mkdir openssl_arm mkdir openssl_i386 ./config --openssldir=/PathtoOpenSSL/openssl_i386 @@ -82,4 +83,4 @@ Edit your iPhone-XCode project: Enjoy OpenSSL on the iPhone! -I have made an iPhone OS 3.1.3 XCode Project with OpenSSL 0.9.8n Libaries. The examples uses the MD5-algorithm to calculate an md5 hash from an UITextfield. \ No newline at end of file +I have made an iPhone OS 3.1.3 XCode Project with OpenSSL 0.9.8o Libaries. The examples uses the MD5-algorithm to calculate an md5 hash from an UITextfield. \ No newline at end of file