diff options
Diffstat (limited to 'src/lib/libcrypto/gost/gost89_params.c')
-rw-r--r-- | src/lib/libcrypto/gost/gost89_params.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gost89_params.c b/src/lib/libcrypto/gost/gost89_params.c index 35d8f62fe9..9c4a97ee6d 100644 --- a/src/lib/libcrypto/gost/gost89_params.c +++ b/src/lib/libcrypto/gost/gost89_params.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gost89_params.c,v 1.2 2014/11/09 23:06:52 miod Exp $ */ | 1 | /* $OpenBSD: gost89_params.c,v 1.3 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 |
@@ -57,7 +57,7 @@ | |||
57 | #include <openssl/objects.h> | 57 | #include <openssl/objects.h> |
58 | #include <openssl/gost.h> | 58 | #include <openssl/gost.h> |
59 | 59 | ||
60 | #include "gost_locl.h" | 60 | #include "gost_local.h" |
61 | 61 | ||
62 | /* Substitution blocks from test examples for GOST R 34.11-94*/ | 62 | /* Substitution blocks from test examples for GOST R 34.11-94*/ |
63 | static const gost_subst_block GostR3411_94_TestParamSet = { | 63 | static const gost_subst_block GostR3411_94_TestParamSet = { |