diff options
-rw-r--r-- | lib/gnutls_global.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; |