From 142ef9b0ba7c454838c483f6bab8a007bd38a2c5 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 4 Sep 2003 11:53:10 +0000 Subject: * md.c (string_to_digest_algo): Enable read-write SHA-256 support. * algorithms.h, Makefile.am, md.c (load_digest_module, string_to_digest_algo), tiger.c: Drop TIGER/192 support. --- cipher/algorithms.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cipher/algorithms.h') diff --git a/cipher/algorithms.h b/cipher/algorithms.h index 9764ec758..2802a2acd 100644 --- a/cipher/algorithms.h +++ b/cipher/algorithms.h @@ -50,15 +50,6 @@ sha1_get_info (int algo, size_t *contextsize, byte *(**r_read)( void *c ) ); -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, -- cgit