aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/tiger.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-07-29 19:35:05 +0000
committerWerner Koch <[email protected]>1998-07-29 19:35:05 +0000
commit5ae562b41d9e3ec965643b902bf8593c8ca5a2d7 (patch)
tree059ed09c380b3f534479add19933dbe9a7a401c9 /cipher/tiger.c
parentchanged trustdb design (diff)
downloadgnupg-5ae562b41d9e3ec965643b902bf8593c8ca5a2d7.tar.gz
gnupg-5ae562b41d9e3ec965643b902bf8593c8ca5a2d7.zip
edit-key is now complete
Diffstat (limited to 'cipher/tiger.c')
-rw-r--r--cipher/tiger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/tiger.c b/cipher/tiger.c
index 2560e8ab7..d02f5cb86 100644
--- a/cipher/tiger.c
+++ b/cipher/tiger.c
@@ -939,7 +939,6 @@ gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
void *ret;
int i = *sequence;
- /*log_info("gnupgext_enum_func in rsa+idea called what=%d i=%d: ", what, i);*/
do {
if( i >= DIM(func_table) || i < 0 ) {
/*fprintf(stderr, "failed\n");*/