diff options
Diffstat (limited to 'src/lib/libcrypto/evp/m_gostr341194.c')
-rw-r--r-- | src/lib/libcrypto/evp/m_gostr341194.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/m_gostr341194.c b/src/lib/libcrypto/evp/m_gostr341194.c index f479675baa..33e96a5a2c 100644 --- a/src/lib/libcrypto/evp/m_gostr341194.c +++ b/src/lib/libcrypto/evp/m_gostr341194.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: m_gostr341194.c,v 1.4 2022/01/14 08:38:05 tb Exp $ */ | 1 | /* $OpenBSD: m_gostr341194.c,v 1.5 2022/11/26 16:08:52 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,7 +59,7 @@ | |||
59 | #include <openssl/gost.h> | 59 | #include <openssl/gost.h> |
60 | #include <openssl/objects.h> | 60 | #include <openssl/objects.h> |
61 | 61 | ||
62 | #include "evp_locl.h" | 62 | #include "evp_local.h" |
63 | 63 | ||
64 | static int | 64 | static int |
65 | gostr341194_init(EVP_MD_CTX *ctx) | 65 | gostr341194_init(EVP_MD_CTX *ctx) |