clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
212 stars 71 forks source link

Check libcrypto before libssl to avoid configure errors #548

Closed mico-micic closed 1 week ago

mico-micic commented 2 weeks ago

Our crosscompile build / configure task failed because of the openssl check. The reason is that libssl was tested before libcrypto. Without libcrypto, however, libssl cannot be built, which is why the configure task fails. This pull request changes the order in the configure file.

(It also removes all trailing spaces. Due to the previous pull request findings, I have changed my IDE settings so that these are now always removed.)