Commit 2ad3eb3e8e87d3ae190f894a39c324b8d6da59bb

Edward Thomson 2019-11-24T15:59:26

valgrind: add suppressions for undefined use valgrind will warn that OpenSSL will use undefined data in connect/read when talking to certain other TLS stacks. Thankfully, this only seems to occur when gcc is the compiler, so hopefully valgrind is just misunderstanding an optimization. Regardless, suppress this warning.