diff options
Diffstat (limited to 'cipher/cast5.h')
-rw-r--r-- | cipher/cast5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cast5.h b/cipher/cast5.h index 070255c6d..ea6fa9e43 100644 --- a/cipher/cast5.h +++ b/cipher/cast5.h @@ -25,7 +25,7 @@ const char * cast5_get_info( int algo, size_t *keylen, size_t *blocksize, size_t *contextsize, - void (**setkey)( void *c, byte *key, unsigned keylen ), + int (**setkey)( void *c, byte *key, unsigned keylen ), void (**encrypt)( void *c, byte *outbuf, byte *inbuf ), void (**decrypt)( void *c, byte *outbuf, byte *inbuf ) ); |