From 294ac960782a89887d845d605a5aaf2601910e93 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Jul 2002 14:50:55 +0000 Subject: * cipher.h: Added prototypes for progress functions. * global.c: Include cipher.h for those prototypes. * stdmem.c (_gcry_private_realloc): Replaced void* by char * for pointer arithmetic reasons. Noted by Stephan Austermuehle. --- src/stdmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdmem.c') diff --git a/src/stdmem.c b/src/stdmem.c index 113eabc1..b5ddfcce 100644 --- a/src/stdmem.c +++ b/src/stdmem.c @@ -116,7 +116,7 @@ _gcry_private_realloc( void *a, size_t n ) { if( use_m_guard ) { unsigned char *p = a; - void *b; + char *b; size_t len; if (!a) -- cgit v1.2.1