cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: building curl with openssl 1.0.2h support for android

From: greendragon <hshere_at_greendragon.com>
Date: Fri, 30 Sep 2016 11:23:21 -0500

Yeah, that was the problem. The new version of openssl had moved some
stuff around and added new files which were not in my mk files, this
caused the tests not to compile which caused ssl to be disabled when
curl built.

Thanks, all fixed now.

On 2016-09-30 02:40, Daniel Stenberg wrote:
> On Thu, 29 Sep 2016, greendragon wrote:
>
>> jni/../../openssl/crypto/dh/dh_pmeth.c:361: error: undefined reference
>> to 'DH_get_1024_160'
>> jni/../../openssl/crypto/dh/dh_pmeth.c:365: error: undefined reference
>> to 'DH_get_2048_224'
>
> This looks like a problem with your openssl build. dh_pmeth.c is
> within openssl and it somehow lacks Diffie Hellman symbols. I don't
> think that can be fixed in the curl build.

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-09-30