haskell-cryptography / HsOpenSSL

OpenSSL binding for Haskell
http://hackage.haskell.org/package/HsOpenSSL
Creative Commons Zero v1.0 Universal
22 stars 33 forks source link

Build fixes/improvements for Windows #57

Closed slycelote closed 3 years ago

slycelote commented 3 years ago

This resolves two issues:

  1. Windows configuration uses the old eay library which was replaced with libcrypto.
  2. Allow using pkg-config in Windows (e.g. in MSYS environment).
vshabanov commented 3 years ago

Thank you. I've uploaded HsOpenSSL-0.11.6.1 with your fixes.