Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Sep 14, 2012
1 parent ee1c892 commit c64f623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
@@ -1,4 +1,4 @@
This script builds OpenSSL 1.0.1b for iOS.
This script builds OpenSSL 1.0.1c for iOS.

It builds multi-architecture libaries with support for armv7, armv7s (iPhone 5) and
i386 (for running in the simulator).
Expand Down Expand Up @@ -38,9 +38,9 @@ IMPORTANT
I included pre-compiled binaries of the openssl libraries in this project mostly for my
own convenience. But you should really not trust me and do two things:

1) Verify that the openssl-1.0.1b.tar.gz file is authentic by comparing it's SHA1
1) Verify that the openssl-1.0.1c.tar.gz file is authentic by comparing it's SHA1
hash to the one found on http://www.openssl.org/source/ You can do this with
the 'openssl sha1 openssl-1.0.1b.tar.gz' command.
the 'openssl sha1 openssl-1.0.1c.tar.gz' command.
2) Compile your own version of the library as explained above

Enjoy :-)
Expand Down

0 comments on commit c64f623

Please sign in to comment.