summaryrefslogtreecommitdiff
path: root/cipher/gost.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/gost.h')
-rw-r--r--cipher/gost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/gost.h b/cipher/gost.h
index caaf34ba..025119c9 100644
--- a/cipher/gost.h
+++ b/cipher/gost.h
@@ -26,7 +26,7 @@ typedef struct {
} GOST28147_context;
/* This is a simple interface that will be used by GOST R 34.11-94 */
-extern unsigned int _gcry_gost_enc_one (GOST28147_context *c, const byte *key,
- byte *out, byte *in, int cryptopro);
+unsigned int _gcry_gost_enc_data (GOST28147_context *c, const u32 *key,
+ u32 *o1, u32 *o2, u32 n1, u32 n2, int cryptopro);
#endif