aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/algorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/algorithms.h')
-rw-r--r--cipher/algorithms.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cipher/algorithms.h b/cipher/algorithms.h
index 9764ec758..2802a2acd 100644
--- a/cipher/algorithms.h
+++ b/cipher/algorithms.h
@@ -51,15 +51,6 @@ sha1_get_info (int algo, size_t *contextsize,
);
const char *
-tiger_get_info (int algo, size_t *contextsize,
- byte **r_asnoid, int *r_asnlen, int *r_mdlen,
- void (**r_init)( void *c ),
- void (**r_write)( void *c, byte *buf, size_t nbytes ),
- void (**r_final)( void *c ),
- byte *(**r_read)( void *c )
- );
-
-const char *
sha256_get_info (int algo, size_t *contextsize,
byte **r_asnoid, int *r_asnlen, int *r_mdlen,
void (**r_init)( void *c ),