summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/m_gost2814789.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/m_gost2814789.c')
-rw-r--r--src/lib/libcrypto/evp/m_gost2814789.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/m_gost2814789.c b/src/lib/libcrypto/evp/m_gost2814789.c
index 279af872e0..7d11ec8c89 100644
--- a/src/lib/libcrypto/evp/m_gost2814789.c
+++ b/src/lib/libcrypto/evp/m_gost2814789.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: m_gost2814789.c,v 1.2 2014/11/09 23:06:50 miod Exp $ */ 1/* $OpenBSD: m_gost2814789.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 <openssl/opensslconf.h> 52#include <openssl/opensslconf.h>
52 53
53#ifndef OPENSSL_NO_GOST 54#ifndef OPENSSL_NO_GOST
@@ -56,6 +57,8 @@
56#include <openssl/gost.h> 57#include <openssl/gost.h>
57#include <openssl/objects.h> 58#include <openssl/objects.h>
58 59
60#include "evp_locl.h"
61
59static int 62static int
60gost2814789_init(EVP_MD_CTX *ctx) 63gost2814789_init(EVP_MD_CTX *ctx)
61{ 64{