summaryrefslogtreecommitdiff
path: root/cipher/cast5.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/cast5.c
parent08e3fbb986bed2f39cc5dca806faca9654c3a6df (diff)
downloadlibgcrypt-8bfa2df2135a1bd9823067debf0c8799bac4a936.tar.gz
The first libgcrypt only release.
Diffstat (limited to 'cipher/cast5.c')
-rw-r--r--cipher/cast5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cast5.c b/cipher/cast5.c
index 7aaaf479..9811c455 100644
--- a/cipher/cast5.c
+++ b/cipher/cast5.c
@@ -600,7 +600,7 @@ cast_setkey( CAST5_context *c, byte *key, unsigned keylen )
* the ALGO is invalid.
*/
const char *
-cast5_get_info( int algo, size_t *keylen,
+_gcry_cast5_get_info( int algo, size_t *keylen,
size_t *blocksize, size_t *contextsize,
int (**r_setkey)( void *c, byte *key, unsigned keylen ),
void (**r_encrypt)( void *c, byte *outbuf, byte *inbuf ),