summaryrefslogtreecommitdiff
path: root/lib/locks.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-29 18:05:18 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-29 18:16:36 +0200
commit223a78e601447d4d82be07da7e1506809d7d0e9a (patch)
tree213080b46d37cc572f40f9faebaca4e97b1c479d /lib/locks.h
parent10a6640bfed1d64e59ca29ed27937d21758d3bc5 (diff)
downloadgnutls-223a78e601447d4d82be07da7e1506809d7d0e9a.tar.gz
Initialization of crypto libraries moved outside main gnutls code.
Diffstat (limited to 'lib/locks.h')
-rw-r--r--lib/locks.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/locks.h b/lib/locks.h
index 4f8c35581b..0a91d2ffec 100644
--- a/lib/locks.h
+++ b/lib/locks.h
@@ -9,8 +9,4 @@ extern mutex_deinit_func gnutls_mutex_deinit;
extern mutex_lock_func gnutls_mutex_lock;
extern mutex_unlock_func gnutls_mutex_unlock;
-# ifndef HAVE_LIBNETTLE
-void _gnutls_gcry_register_mutexes(void);
-# endif
-
#endif