summaryrefslogtreecommitdiff
path: root/cipher/cast5.c
diff options
context:
space:
mode:
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 ),