Subj : src/sbbs3/ssl.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Mar 07 2025 05:32 pm https://gitlab.synchro.net/main/sbbs/-/commit/3122a36b6b0bad4296401ab3 Modified Files: src/sbbs3/ssl.c Log Message: Fix failure handing in crypt initialization. Don't add the atexit() do_cryptEnd() handler until we're not going to call cryptEnd() ourselves. .