#
# This is a valgrind suppression file that should be used when using valgrind.
# openssl: ./config no-asm -DPURIFY
# strings libcrypto.so.0.9.8 | grep CRYPTO_cleanup_all_ex_data
# ---------------------------------------------------------------------------
#obj:/lib/i686/cmov/libcrypto.so.0.9.8
# ---------------------------------------------------------------------------

{
    curl_easy_perform-Value4
    Memcheck:Value4
    ...
    fun:curl_easy_perform
    ...
}

{
    curl_easy_perform-Cond
    Memcheck:Cond
    ...
    fun:curl_easy_perform
    ...
}

{
    libcrypto-Cond
    Memcheck:Cond
    ...
    obj:/*/libcrypto.*
}

{
    libcrypto-Value4
    Memcheck:Value4
    ...
    obj:/*/libcrypto.*
}

{
    libcurl-Cond
    Memcheck:Cond
    ...
    obj:/*/libcurl.*
}

{
    libcurl-Value4
    Memcheck:Value4
    ...
    obj:/*/libcurl.*
}

{
    libcurl-Param-write(buf)
    Memcheck:Param
    write(buf)
    ...
    obj:/*/libcurl.*
}

{
    libxmlsec1-Value4
    Memcheck:Value4
    ...
    obj:/*/libxmlsec1.*
}

