openca / libpki

Easy-to-use high-level library for PKI-enabled applications
Other
50 stars 34 forks source link

Fix build on Mac OS X with OpenSSL 1.0.2d from Homebrew. #11

Closed brainy closed 8 years ago

brainy commented 8 years ago

The opensslv.h header has a space after preprocessor directives. This change makes the regular expression that looks for the shared library version number less strict, whilst still conforming to C preprocessor syntax.