mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
tests: Add a valgrind suppression for OPENSSL_cleanse().
This commit is contained in:
@@ -89,3 +89,8 @@
|
|||||||
fun:*alloc
|
fun:*alloc
|
||||||
fun:CRYPTO_*
|
fun:CRYPTO_*
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
openssl_CRYPTO_leak
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:OPENSSL_cleanse
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user