]> git.proxmox.com Git - ovs.git/blame - tests/openssl.supp
System tests: Enable ALGs for userspace.
[ovs.git] / tests / openssl.supp
CommitLineData
b6fa4447
BP
1# suppress OpenSSL errors from valgrind
2
3{
4 BN_mod_inverse
5 Memcheck:Cond
6 fun:BN_mod_inverse
7}
8
9{
10 BN_div
11 Memcheck:Cond
12 fun:BN_div
13}