From f61e82f8c5e37c8313274c4d46ad39bc8f9d4e61 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 13 Jul 2014 09:30:02 +0000 Subject: No need to include evp_locl.h in there. --- src/lib/libcrypto/evp/m_sha.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/evp/m_sha.c') diff --git a/src/lib/libcrypto/evp/m_sha.c b/src/lib/libcrypto/evp/m_sha.c index 73678e4e45..c8de337839 100644 --- a/src/lib/libcrypto/evp/m_sha.c +++ b/src/lib/libcrypto/evp/m_sha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_sha.c,v 1.15 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_sha.c,v 1.16 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -70,8 +70,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { -- cgit v1.2.3-55-g6feb