summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/m_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/evp/m_sha1.c')
-rw-r--r--lib/libcrypto/evp/m_sha1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/m_sha1.c b/lib/libcrypto/evp/m_sha1.c
index 13d5b030d27..396f00aa135 100644
--- a/lib/libcrypto/evp/m_sha1.c
+++ b/lib/libcrypto/evp/m_sha1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: m_sha1.c,v 1.17 2014/07/11 08:44:48 jsing Exp $ */
+/* $OpenBSD: m_sha1.c,v 1.18 2021/12/12 21:30:13 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -70,6 +70,8 @@
#include <openssl/rsa.h>
#endif
+#include "evp_locl.h"
+
static int
init(EVP_MD_CTX *ctx)
{