curl-library
Using libcurl with boringssl
Date: Wed, 11 Oct 2017 19:06:31 -0700
Hi, I am trying to use libcurl (7_56 release) with boringssl. Seems like
this is supported but I get compilation error at:
https://github.com/curl/curl/blob/curl-7_56_0/lib/vtls/openssl.c#L847
(RSA_flags not declared and RSA_METHOD_FLAG_NO_CHECK is not declared).
These are in openssl at:
https://github.com/openssl/openssl/blob/master/include/openssl/rsa.h but
not in boring ssl at:
https://boringssl.googlesource.com/boringssl/+/master/include/openssl/rsa.h
.
I am using bazel build instead of cmake. Attached the build file in case
that helps.
Thanks,
Param
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: com_github_curl_curl.BUILD