Commit 5fa0494328b78a1ce8dba983c3f8028d123a62a4

Carlos Martín Nieto 2014-06-11T23:19:48

ssl: use locking When using in a multithreaded context, OpenSSL needs to lock, and leaves it up to application to provide said locks. We were not doing this, and it's just luck that's kept us from crashing up to now.