summaryrefslogtreecommitdiff
path: root/cipher/twofish.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/twofish.c
parent08e3fbb986bed2f39cc5dca806faca9654c3a6df (diff)
downloadlibgcrypt-8bfa2df2135a1bd9823067debf0c8799bac4a936.tar.gz
The first libgcrypt only release.
Diffstat (limited to 'cipher/twofish.c')
-rw-r--r--cipher/twofish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/twofish.c b/cipher/twofish.c
index ffd75360..a7cbb309 100644
--- a/cipher/twofish.c
+++ b/cipher/twofish.c
@@ -976,7 +976,7 @@ main()
static
#endif
const char *
-twofish_get_info (int algo, size_t *keylen,
+_gcry_twofish_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),
@@ -1011,7 +1011,7 @@ static struct {
int value;
void (*func)(void);
} func_table[] = {
- { 20, 1, 0, (void(*)(void))twofish_get_info },
+ { 20, 1, 0, (void(*)(void))_gcry_twofish_get_info },
{ 21, 1, 10 },
{ 21, 1, 102 },
};