<-- Describe the issue -->
Tried to configure bitcoin on fedora 32 but got:
$ ./configure
...
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
checking for mismatched boost c++11 scoped enums... ok
checking for CRYPTO... no
configure: error: libcrypto not found.
<--- What behavior did you expect? -->
Configure would work or unix build instructions would mention how / where from to install CRYPTO.
<--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->
See above
<--- How reliably can you reproduce the issue, what are the steps to do so? -->
git clone --recursive https://github.com/bitcoin/bitcoin.git && cd bitcoin && ./autogen.sh && ./configure, happens every time
<-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
See above, version from few mins ago.
<-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
Fedora 32