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

Removes uses of OPENSSL_free #135

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

bjornvolcker
Copy link
Contributor

since it is simply a macro that adds debug info FUNC and
LINE to a normal free() call.
The code now use free() throughout.

since it is simply a macro that adds debug info __FUNC__ and
__LINE__ to a normal free() call.
The code now use free() throughout.
Copy link
Contributor

@lusikamalo lusikamalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@bjornvolcker bjornvolcker merged commit 445a0ac into master Apr 9, 2024
3 checks passed
@bjornvolcker bjornvolcker deleted the dev/remove-openssl-free branch April 9, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants