projects
/
openvswitch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Introduce ofputil_protocol, to abstract the protocol in use on a connection.
[openvswitch]
/
tests
/
openssl.supp
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
}