On Sat, Jul 29, 2017 at 12:12:16AM +0200, Michael Prokop wrote: > > Kurt, do you have any ideas what might go wrong in OPENSSL_cleanup > here and how this could be fixed? We'd appreciate any hints. Thanks!
I don't see anything obvious wrong. From what I understand it calls exit(0) from a SIGTERM handler. The only suggestion I have is that you try to run this under valgrind or something. Also feel free to open a github issue about this. Kurt