diff options
Diffstat (limited to 'src/lib/libcrypto/gost/gost89_keywrap.c')
-rw-r--r-- | src/lib/libcrypto/gost/gost89_keywrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gost89_keywrap.c b/src/lib/libcrypto/gost/gost89_keywrap.c index a754c4d56e..9bfc5b4ce8 100644 --- a/src/lib/libcrypto/gost/gost89_keywrap.c +++ b/src/lib/libcrypto/gost/gost89_keywrap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gost89_keywrap.c,v 1.3 2014/11/09 19:28:44 miod Exp $ */ | 1 | /* $OpenBSD: gost89_keywrap.c,v 1.4 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 | 57 | ||
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 | static void | 62 | static void |
63 | key_diversify_crypto_pro(GOST2814789_KEY *ctx, const unsigned char *inputKey, | 63 | key_diversify_crypto_pro(GOST2814789_KEY *ctx, const unsigned char *inputKey, |