]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed debugging.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 20 May 2011 10:49:54 +0000 (12:49 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 20 May 2011 10:49:54 +0000 (12:49 +0200)
lib/gnutls_global.c

index 0499002b688d5d2d8b80d04dc5ea05d242941807..4f06edc6c93b46831d94a8b074976b91a153b2d2 100644 (file)
@@ -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;