This file is indexed.

/usr/src/openvswitch-1.4.0/tests/openssl.supp is in openvswitch-datapath-dkms 1.4.0-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# suppress OpenSSL errors from valgrind

{
   BN_mod_inverse
   Memcheck:Cond
   fun:BN_mod_inverse
}

{
   BN_div
   Memcheck:Cond
   fun:BN_div
}