summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/m_gostr341194.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/m_gostr341194.c')
-rw-r--r--src/lib/libcrypto/evp/m_gostr341194.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/m_gostr341194.c b/src/lib/libcrypto/evp/m_gostr341194.c
index 66d9b4f303..40de232344 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.2 2014/11/09 23:06:50 miod Exp $ */ 1/* $OpenBSD: m_gostr341194.c,v 1.3 2021/12/12 21:30:13 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
@@ -48,6 +48,7 @@
48 * OF THE POSSIBILITY OF SUCH DAMAGE. 48 * OF THE POSSIBILITY OF SUCH DAMAGE.
49 * ==================================================================== 49 * ====================================================================
50 */ 50 */
51
51#include <stdio.h> 52#include <stdio.h>
52 53
53#include <openssl/opensslconf.h> 54#include <openssl/opensslconf.h>
@@ -58,6 +59,8 @@
58#include <openssl/gost.h> 59#include <openssl/gost.h>
59#include <openssl/objects.h> 60#include <openssl/objects.h>
60 61
62#include "evp_locl.h"
63
61static int 64static int
62gostr341194_init(EVP_MD_CTX *ctx) 65gostr341194_init(EVP_MD_CTX *ctx)
63{ 66{