summaryrefslogtreecommitdiff
path: root/cipher/md5.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2001-05-31 14:16:54 +0000
committerWerner Koch <wk@gnupg.org>2001-05-31 14:16:54 +0000
commit8bfa2df2135a1bd9823067debf0c8799bac4a936 (patch)
treeb91075d39633de4f762dca14ae2323053ded62c8 /cipher/md5.c
parent08e3fbb986bed2f39cc5dca806faca9654c3a6df (diff)
downloadlibgcrypt-8bfa2df2135a1bd9823067debf0c8799bac4a936.tar.gz
The first libgcrypt only release.
Diffstat (limited to 'cipher/md5.c')
-rw-r--r--cipher/md5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/md5.c b/cipher/md5.c
index f7cc2ed1..60b12270 100644
--- a/cipher/md5.c
+++ b/cipher/md5.c
@@ -1,5 +1,5 @@
/* md5.c - MD5 Message-Digest Algorithm
- * Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+ * Copyright (C) 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
*
* according to the definition of MD5 in RFC 1321 from April 1992.
* NOTE: This is *not* the same file as the one from glibc.
@@ -400,9 +400,9 @@ gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
#ifndef IS_MODULE
void
-md5_constructor(void)
+_gcry_md5_constructor(void)
{
- register_internal_cipher_extension( gnupgext_version, gnupgext_enum_func );
+ _gcry_register_internal_cipher_extension( gnupgext_version, gnupgext_enum_func );
}
#endif