From: Nikos Mavrogiannopoulos Date: Fri, 20 May 2011 10:49:54 +0000 (+0200) Subject: removed debugging. X-Git-Tag: gnutls_2_99_2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f404609cd03181eb88cb7d0280b2016c9a8e67;p=thirdparty%2Fgnutls.git removed debugging. --- diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index 0499002b68..4f06edc6c9 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -186,7 +186,6 @@ static int _gnutls_init = 0; * Returns: On success, %GNUTLS_E_SUCCESS (zero) is returned, * otherwise an error code is returned. **/ -int ecc_test(void); int gnutls_global_init (void) { @@ -196,10 +195,6 @@ gnutls_global_init (void) if (_gnutls_init++) goto out; - res = ecc_test(); - if (res != 0) - exit(1); - if (gl_sockets_startup (SOCKETS_1_1)) return GNUTLS_E_LIBRARY_VERSION_MISMATCH;