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
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