Re: openssl-1.1.1b: Compilation errors when use async and ct

2019-06-20 Thread Matt Caswell
On 19/06/2019 19:07, Samiya Khanum via openssl-users wrote: > Hi, > > While compiling async I see below errors with UCLIBC. > > /libcrypto.so: undefined reference to `getcontext' > libcrypto.so: undefined reference to `setcontext' > libcrypto.so: undefined reference to `makecontext'/ > > As U

openssl-1.1.1b: Compilation errors when use async and ct

2019-06-19 Thread Samiya Khanum via openssl-users
Hi, While compiling async I see below errors with UCLIBC. *libcrypto.so: undefined reference to `getcontext'libcrypto.so: undefined reference to `setcontext'libcrypto.so: undefined reference to `makecontext'* As UCLIBC doesn't have support to these APIs, i have added no-async in configure. Wit