[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libssh-head build on linux64 + openssl 1.0.2e FAILs @ 'make' error: "implicit declaration of function ‘CRYPTO_set_id_callback’ "
[Thread Prev] | [Thread Next]
- Subject: Re: libssh-head build on linux64 + openssl 1.0.2e FAILs @ 'make' error: "implicit declaration of function ‘CRYPTO_set_id_callback’ "
- From: PGNet Dev <pgnet.dev@xxxxxxxxx>
- Reply-to: PGNet Dev <pgnet.dev@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 1 Jan 2016 13:43:15 -0800
- To: libssh@xxxxxxxxxx
Seems CRYPTO_set_id_callback has been deprecated awhile ago https://www.openssl.org/docs/manmaster/crypto/threads.htmlCRYPTO_THREADID and associated functions were introduced in OpenSSL 1.0.0 to replace (actually, deprecate) the previous CRYPTO_set_id_callback(), CRYPTO_get_id_callback(), and CRYPTO_thread_id() functions which assumed thread IDs to always
be represented by 'unsigned long'.
libssh-head build on linux64 + openssl 1.0.2e FAILs @ 'make' error: "implicit declaration of function ‘CRYPTO_set_id_callback’ " | PGNet Dev <pgnet.dev@xxxxxxxxx> |
Re: libssh-head build on linux64 + openssl 1.0.2e FAILs @ 'make' error: "implicit declaration of function ‘CRYPTO_set_id_callback’ " | PGNet Dev <pgnet.dev@xxxxxxxxx> |