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

Change the ossl3 context to be allocated once #99

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Change the ossl3 context to be allocated once

    Use a pthread_once guard to do initialization only once and a destructor
    to deinitialize also only once on library unload.
    
    Signed-off-by: Simo Sorce <[email protected]>
    simo5 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9eb3d87 View commit details
    Browse the repository at this point in the history