jasonacox / Build-OpenSSL-cURL

Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac Catalyst builds.
MIT License
430 stars 129 forks source link

no-cms #7

Closed ealloradai closed 7 years ago

ealloradai commented 8 years ago

Hi I need to build openssl with the no-cms support but after Configure, make depend goes in error, and obiusly make goes in error non finding cms.h. F

jasonacox commented 8 years ago

Are you able to build the same version of openssl successfully with no-cms outside of these scripts? If so, it may just be what you edited in the scripts. Can you send me the lines you updated with "no-cms"?