diff options
Diffstat (limited to 'src/lib/libcrypto/gost/gostr341194.c')
-rw-r--r-- | src/lib/libcrypto/gost/gostr341194.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gostr341194.c b/src/lib/libcrypto/gost/gostr341194.c index 3151d9fe12..34ca504bb2 100644 --- a/src/lib/libcrypto/gost/gostr341194.c +++ b/src/lib/libcrypto/gost/gostr341194.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gostr341194.c,v 1.2 2014/11/09 23:06:52 miod Exp $ */ | 1 | /* $OpenBSD: gostr341194.c,v 1.3 2014/12/07 16:33:51 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
@@ -207,7 +207,8 @@ GOSTR341194_Init(GOSTR341194_CTX *c, int nid) | |||
207 | } | 207 | } |
208 | 208 | ||
209 | static void | 209 | static void |
210 | GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const void *p, size_t num) | 210 | GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p, |
211 | size_t num) | ||
211 | { | 212 | { |
212 | int i; | 213 | int i; |
213 | 214 | ||