From c1ae4c3a2dcb48029aaea219cb195e9dfe1d093d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 12 Dec 2021 21:30:14 +0000 Subject: Include evp_locl.h where it will be needed once most structs from evp.h will be moved to evp_locl.h in an upcoming bump. ok inoguchi --- src/lib/libcrypto/evp/m_sm3.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/evp/m_sm3.c') diff --git a/src/lib/libcrypto/evp/m_sm3.c b/src/lib/libcrypto/evp/m_sm3.c index 66582b8e4a..614be5d780 100644 --- a/src/lib/libcrypto/evp/m_sm3.c +++ b/src/lib/libcrypto/evp/m_sm3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_sm3.c,v 1.1 2018/11/11 06:53:31 tb Exp $ */ +/* $OpenBSD: m_sm3.c,v 1.2 2021/12/12 21:30:13 tb Exp $ */ /* * Copyright (c) 2018, Ribose Inc * @@ -25,6 +25,8 @@ #include #endif +#include "evp_locl.h" + static int sm3_init(EVP_MD_CTX *ctx) { -- cgit v1.2.3-55-g6feb