gssapi / gss-ntlmssp

A complete implementation of the MS-NLMP documents as a GSSAPI mechanism
ISC License
30 stars 26 forks source link

Change the ossl3 context to be allocated once #99

Closed simo5 closed 8 months ago

simo5 commented 8 months ago

Use a pthread_once guard to do initialization only once and a destructor to deinitialize also only once on library unload.

Fixes #97