summaryrefslogtreecommitdiff
path: root/cipher/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/gost.h')
-rw-r--r--cipher/gost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/gost.h b/cipher/gost.h
index e1cf033e..42021aa9 100644
--- a/cipher/gost.h
+++ b/cipher/gost.h
@@ -27,7 +27,7 @@ typedef struct {
} GOST28147_context;
/* This is a simple interface that will be used by GOST R 34.11-94 */
-extern void _gcry_gost_enc_one (GOST28147_context *c, const byte *key,
+extern unsigned int _gcry_gost_enc_one (GOST28147_context *c, const byte *key,
byte *out, byte *in);
#endif