Closed runcom closed 8 years ago
So from my reading of the openssl docs, this code is required to get thread safety. I believe something similar is done in pyopenssl.
https://github.com/msabramo/pyOpenSSL/blob/master/OpenSSL/crypto/crypto.c#L779
my bad, I totally overlooked the fact that it was called globally, I have to call it in an init()
function instead. Thanks
@shanemhansen updated
ping @shanemhansen
I'll reintroduce it whenever it's needed (given it will)
Signed-off-by: Antonio Murdaca runcom@redhat.com