diff options
| author | Werner Koch <[email protected]> | 1998-09-14 15:49:56 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-09-14 15:49:56 +0000 |
| commit | c07a88da5d293db89726767fef58090177b423f4 (patch) | |
| tree | 7ea1d5d10d3e65cf29c4b03616772fb4c829f4d1 /cipher/blowfish.h | |
| parent | Updates (diff) | |
| download | gnupg-c07a88da5d293db89726767fef58090177b423f4.tar.gz gnupg-c07a88da5d293db89726767fef58090177b423f4.zip | |
New release
Diffstat (limited to 'cipher/blowfish.h')
| -rw-r--r-- | cipher/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/blowfish.h b/cipher/blowfish.h index e328415f5..d3848aae8 100644 --- a/cipher/blowfish.h +++ b/cipher/blowfish.h @@ -26,7 +26,7 @@ const char * blowfish_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 ) ); |
