diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/gost/gostr341001.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/gost/gostr341001.c b/src/lib/libcrypto/gost/gostr341001.c index bfbd032161..a6082568ff 100644 --- a/src/lib/libcrypto/gost/gostr341001.c +++ b/src/lib/libcrypto/gost/gostr341001.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gostr341001.c,v 1.8 2021/04/20 17:16:38 tb Exp $ */ | 1 | /* $OpenBSD: gostr341001.c,v 1.9 2022/01/07 09:40:03 tb 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 |
@@ -59,6 +59,7 @@ | |||
59 | #include <openssl/gost.h> | 59 | #include <openssl/gost.h> |
60 | 60 | ||
61 | #include "bn_lcl.h" | 61 | #include "bn_lcl.h" |
62 | #include "ecs_locl.h" | ||
62 | #include "gost_locl.h" | 63 | #include "gost_locl.h" |
63 | 64 | ||
64 | /* Convert little-endian byte array into bignum */ | 65 | /* Convert little-endian byte array into bignum */ |