Skip to content
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

Resolve warnings on debian stable #183

Closed
wants to merge 2 commits into from

Conversation

seanbright
Copy link

@seanbright seanbright commented Dec 15, 2023

Primarily updated to use non-deprecated OpenSSL types and functions when available. Also fixed a warning about write(2) reading too many bytes from the source buffer.

Fixes #158 #169

@seanbright seanbright force-pushed the debian-12-warnings branch from edcbed3 to 84a5b28 Compare May 24, 2024 13:02
@seanbright
Copy link
Author

👋🏻

Is there anything I can do to help this get merged?

@seanbright seanbright force-pushed the debian-12-warnings branch from 84a5b28 to 2aa353e Compare May 27, 2024 15:50
@seanbright seanbright force-pushed the debian-12-warnings branch from 2aa353e to 521476a Compare July 1, 2024 17:47
@space88man
Copy link

@seanbright - still seeing errors with OpenSSL Err_XXX functions; need

#include <openssl/err.h>

as well in ks_ssl.h

@seanbright
Copy link
Author

@space88man feel free to submit your own PR. You may have better luck getting it merged 🤷🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot Build on Ubuntu 22.04
2 participants