summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_gost2814789.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/e_gost2814789.c')
-rw-r--r--src/lib/libcrypto/evp/e_gost2814789.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_gost2814789.c b/src/lib/libcrypto/evp/e_gost2814789.c
index 730de4fed1..7803d9507b 100644
--- a/src/lib/libcrypto/evp/e_gost2814789.c
+++ b/src/lib/libcrypto/evp/e_gost2814789.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: e_gost2814789.c,v 1.4 2017/01/29 17:49:23 beck Exp $ */ 1/* $OpenBSD: e_gost2814789.c,v 1.5 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 <string.h> 52#include <string.h>
52 53
53#include <openssl/opensslconf.h> 54#include <openssl/opensslconf.h>
@@ -56,6 +57,7 @@
56#include <openssl/evp.h> 57#include <openssl/evp.h>
57#include <openssl/err.h> 58#include <openssl/err.h>
58#include <openssl/gost.h> 59#include <openssl/gost.h>
60
59#include "evp_locl.h" 61#include "evp_locl.h"
60 62
61typedef struct { 63typedef struct {