diff options
author | Martin Willi <martin@revosec.ch> | 2010-05-20 09:44:59 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-05-20 17:37:18 +0200 |
commit | 40b2be16e307a2ba41f5711126ce153c3dfec1da (patch) | |
tree | dbe216f7d1ad02676bc897c178f647be6eee4b26 /src/libstrongswan/plugins/openssl/openssl_util.h | |
parent | 2e57b212523cfda1fb8bd9aa9049285db0c16bff (diff) | |
download | strongswan-40b2be16e307a2ba41f5711126ce153c3dfec1da.tar.bz2 strongswan-40b2be16e307a2ba41f5711126ce153c3dfec1da.tar.xz |
Whitelist OpenSSLs ERR_put_error() in leak-detective
As we do not invoke ERR_get/clear_error() in all error cases, the
error codes are not removed from the error queue. But it is save
to whitelist the put function, as it uses a circular buffer that
does not grow beyond ERR_NUM_ERRORS errors (16 by default).
Diffstat (limited to 'src/libstrongswan/plugins/openssl/openssl_util.h')
0 files changed, 0 insertions, 0 deletions