From: Nikos Mavrogiannopoulos Date: Fri, 21 Feb 2014 20:53:01 +0000 (+0100) Subject: removed duplicate definition; reported by Dennis Philipps. X-Git-Tag: gnutls_3_3_0pre0~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8d943b38bf74eaaa11d396112daf43cb8aa82ae;p=thirdparty%2Fgnutls.git removed duplicate definition; reported by Dennis Philipps. --- diff --git a/lib/nettle/rnd-common.c b/lib/nettle/rnd-common.c index fa145537a2..d60db17734 100644 --- a/lib/nettle/rnd-common.c +++ b/lib/nettle/rnd-common.c @@ -171,8 +171,6 @@ int _rnd_get_system_entropy_egd(void* _rnd, size_t size) return 0; } -typedef int (*get_entropy_func)(void* rnd, size_t size); - get_entropy_func _rnd_get_system_entropy = NULL; int _rnd_system_entropy_init(void)