summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-07-25 14:51:14 +0000
committerWerner Koch <wk@gnupg.org>2002-07-25 14:51:14 +0000
commit46534670bca482fbf168e80d28811bfd283c55ae (patch)
tree4bcc57ec2ed4075d114a2d265475a56e3f4c2320
parent294ac960782a89887d845d605a5aaf2601910e93 (diff)
downloadlibgcrypt-46534670bca482fbf168e80d28811bfd283c55ae.tar.gz
* rndunix.c (_gcry_rndunix_constructor): Prefixed with _gcry_.
Noted by Stephan Austermuehle.
-rw-r--r--THANKS1
-rw-r--r--cipher/ChangeLog5
-rw-r--r--cipher/rndunix.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 69f61a25..69aed0dc 100644
--- a/THANKS
+++ b/THANKS
@@ -94,6 +94,7 @@ Roland Rosenfeld roland@spinnaker.rhein.de
Ross Golder rossigee@bigfoot.com
Serge Munhoven munhoven@mema.ucl.ac.be
SL Baur steve@xemacs.org
+Stephan Austermuehle au@hcsd.de
Stefan Karrmann S.Karrmann@gmx.net
Stefan Keller dres@cs.tu-berlin.de
Steffen Ullrich ccrlphr@xensei.com
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index e929be78..91ca3231 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-25 Werner Koch <wk@gnupg.org>
+
+ * rndunix.c (_gcry_rndunix_constructor): Prefixed with _gcry_.
+ Noted by Stephan Austermuehle.
+
2002-07-08 Timo Schulz <ts@winpt.org>
* rndw32.c: Replaced the m_ memory functions with the real
diff --git a/cipher/rndunix.c b/cipher/rndunix.c
index 3c866b7e..e66fa0cb 100644
--- a/cipher/rndunix.c
+++ b/cipher/rndunix.c
@@ -907,7 +907,7 @@ gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
#ifndef IS_MODULE
void
-rndunix_constructor(void)
+_gcry_rndunix_constructor(void)
{
_gcry_register_internal_cipher_extension (gnupgext_version,
gnupgext_enum_func);