diff options
Diffstat (limited to 'testing/hosts/winnetou/etc/openssl/generate-crl')
-rwxr-xr-x | testing/hosts/winnetou/etc/openssl/generate-crl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/hosts/winnetou/etc/openssl/generate-crl b/testing/hosts/winnetou/etc/openssl/generate-crl index de3c13dcf..fd75ed0f3 100755 --- a/testing/hosts/winnetou/etc/openssl/generate-crl +++ b/testing/hosts/winnetou/etc/openssl/generate-crl @@ -14,6 +14,10 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. +# libgnutls, if pulled in by libcurl, does not properly cleanup all memory, +# which causes invalid frees during shutdown when leak detective is used +export LEAK_DETECTIVE_DISABLE=1 + export COMMON_NAME=strongSwan ROOT=/var/www |