[PATCH] crypto: Fix compilation for OpenSSL without deprecated APIs

2018-11-07 Thread Rosen Penev
Added missing bn.h include. Made engine.h include conditional, otherwise it would fail. DSA_generate_parameters was deprecated long before 1.1.0. Signed-off-by: Rosen Penev --- src/libcrypto-compat.c | 5 - src/libcrypto-compat.h | 1 + src/pki_crypto.c | 2 +- 3 files changed, 6 ins

Re: Trouble isntalling libssh on windows

2018-11-07 Thread g4-lisz
Dear Anthony It would be incredible useful to others when you wrote a howto / step-by-step instruction for building libssh on Windows. I did not even manage to run cmake without errors... I will give it another try though as soon as I have some spare time. Cheers, Till On 07.11.18 04:08, antos d