Skip to content

Releases: IBM-Swift/OpenSSL-OSX

0.5.0

24 Sep 11:44
Compare
Choose a tag to compare
  • Remove need for compile flags @ Swift 4

Swift 4 Support

03 May 14:31
225028d
Compare
Choose a tag to compare
  • random.h was renamed to rand.h in the latest version of OpenSSL served up by brew.
  • Eliminated the need to add -Xcc -I/usr/local/opt/openssl/include/ to the Swift Build command line.
  • Updated to fix build with PR #2.
  • Added rsa.h.
  • Added support for Swift 4.