diff options
Diffstat (limited to 'src/lib/libcrypto/gost/gostr341194.c')
-rw-r--r-- | src/lib/libcrypto/gost/gostr341194.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gostr341194.c b/src/lib/libcrypto/gost/gostr341194.c index 2a462185aa..63058300a3 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.5 2015/09/10 15:56:25 jsing Exp $ */ | 1 | /* $OpenBSD: gostr341194.c,v 1.6 2022/11/26 16:08:53 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 |
@@ -58,7 +58,7 @@ | |||
58 | #include <openssl/objects.h> | 58 | #include <openssl/objects.h> |
59 | #include <openssl/gost.h> | 59 | #include <openssl/gost.h> |
60 | 60 | ||
61 | #include "gost_locl.h" | 61 | #include "gost_local.h" |
62 | 62 | ||
63 | /* Following functions are various bit meshing routines used in | 63 | /* Following functions are various bit meshing routines used in |
64 | * GOST R 34.11-94 algorithms */ | 64 | * GOST R 34.11-94 algorithms */ |