-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libnetconf2 requires openssl also if ENABLE_SSH_TLS is not set #525
Labels
is:bug
Bug description.
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
Comments
Hi, you are right that the |
Adding this patch to current build problem is fixed .. Thanks!
|
Roytak
added
the
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
label
Feb 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
is:bug
Bug description.
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
This is checked here: https://github.com/CESNET/libnetconf2/blob/master/CMakeLists.txt#L236
I think we need to move this check outside of
if(ENABLE_SSH_TLS)
The text was updated successfully, but these errors were encountered: