Hi,
I've realized that there are some missing libraries to be linked at the time to compile the next projects:
- beam-node
- node_1_test
- node_test
- wallet_db_test
- offline
- beam-wallet
libcrypto.lib (from OpenSSL) and Crypt32.lib should be added to the linker for them to compile and link properly.
EDIT: I guess the problem comes from https://github.com/beam-mw/beam/blob/master/sqlite/CMakeLists.txt#L32. I'm setting the path for libssl and libcrypto instead of using the recommended openSSL sources you guys mention in the readme:

Hi,
I've realized that there are some missing libraries to be linked at the time to compile the next projects:
libcrypto.lib (from OpenSSL) and Crypt32.lib should be added to the linker for them to compile and link properly.
EDIT: I guess the problem comes from https://github.com/beam-mw/beam/blob/master/sqlite/CMakeLists.txt#L32. I'm setting the path for libssl and libcrypto instead of using the recommended openSSL sources you guys mention in the readme:
