[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
windows binaries totally broken
[Thread Prev] | [Thread Next]
- Subject: windows binaries totally broken
- From: Oleg Eroshkin <ojero@xxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sat, 18 Jul 2015 14:58:08 +0300
- To: libssh@xxxxxxxxxx
Hi! Published LIBSSH windows binaries are totally broken, because AES chipher is not supported. I maked binaries from sources, but the problem was not solved. The reason is CMake does found OpenSSL headers. The problem is in file "ConfigureChecks.cmake". It uses variable "OPENSSL_INCLUDE_DIRS" but CMake ("FindOpenSSL.cmake") initializes "OPENSSL_INCLUDE_DIR" (no "s" at the end). I fixed this, and now library works fine. С уважением, Ерошкин Олег
Re: windows binaries totally broken | Aris Adamantiadis <aris@xxxxxxxxxxxx> |