From 0484718464d9185d95cf7cd2fcd7fc4770cd3b4a Mon Sep 17 00:00:00 2001 From: miod Date: Sun, 13 Jul 2014 09:30:02 +0000 Subject: [PATCH] No need to include evp_locl.h in there. --- lib/libcrypto/evp/m_md4.c | 4 +--- lib/libcrypto/evp/m_md5.c | 4 +--- lib/libcrypto/evp/m_mdc2.c | 4 +--- lib/libcrypto/evp/m_ripemd.c | 4 +--- lib/libcrypto/evp/m_sha.c | 4 +--- lib/libcrypto/evp/m_wp.c | 4 +--- lib/libssl/src/crypto/evp/m_md4.c | 4 +--- lib/libssl/src/crypto/evp/m_md5.c | 4 +--- lib/libssl/src/crypto/evp/m_mdc2.c | 4 +--- lib/libssl/src/crypto/evp/m_ripemd.c | 4 +--- lib/libssl/src/crypto/evp/m_sha.c | 4 +--- lib/libssl/src/crypto/evp/m_wp.c | 4 +--- 12 files changed, 12 insertions(+), 36 deletions(-) diff --git a/lib/libcrypto/evp/m_md4.c b/lib/libcrypto/evp/m_md4.c index 36ea8182852..e08980b1ede 100644 --- a/lib/libcrypto/evp/m_md4.c +++ b/lib/libcrypto/evp/m_md4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_md4.c,v 1.13 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_md4.c,v 1.14 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libcrypto/evp/m_md5.c b/lib/libcrypto/evp/m_md5.c index 5bd9100a031..36cff7ab519 100644 --- a/lib/libcrypto/evp/m_md5.c +++ b/lib/libcrypto/evp/m_md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_md5.c,v 1.14 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_md5.c,v 1.15 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libcrypto/evp/m_mdc2.c b/lib/libcrypto/evp/m_mdc2.c index 0262f8dc779..cfbdfc38523 100644 --- a/lib/libcrypto/evp/m_mdc2.c +++ b/lib/libcrypto/evp/m_mdc2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_mdc2.c,v 1.14 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_mdc2.c,v 1.15 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libcrypto/evp/m_ripemd.c b/lib/libcrypto/evp/m_ripemd.c index 765eec31386..be7f1393b02 100644 --- a/lib/libcrypto/evp/m_ripemd.c +++ b/lib/libcrypto/evp/m_ripemd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_ripemd.c,v 1.11 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_ripemd.c,v 1.12 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libcrypto/evp/m_sha.c b/lib/libcrypto/evp/m_sha.c index 73678e4e45e..c8de337839e 100644 --- a/lib/libcrypto/evp/m_sha.c +++ b/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) { diff --git a/lib/libcrypto/evp/m_wp.c b/lib/libcrypto/evp/m_wp.c index 5a391f514ef..3f543ac0af8 100644 --- a/lib/libcrypto/evp/m_wp.c +++ b/lib/libcrypto/evp/m_wp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_wp.c,v 1.7 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_wp.c,v 1.8 2014/07/13 09:30:02 miod Exp $ */ #include @@ -11,8 +11,6 @@ #include #include -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libssl/src/crypto/evp/m_md4.c b/lib/libssl/src/crypto/evp/m_md4.c index 36ea8182852..e08980b1ede 100644 --- a/lib/libssl/src/crypto/evp/m_md4.c +++ b/lib/libssl/src/crypto/evp/m_md4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_md4.c,v 1.13 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_md4.c,v 1.14 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libssl/src/crypto/evp/m_md5.c b/lib/libssl/src/crypto/evp/m_md5.c index 5bd9100a031..36cff7ab519 100644 --- a/lib/libssl/src/crypto/evp/m_md5.c +++ b/lib/libssl/src/crypto/evp/m_md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_md5.c,v 1.14 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_md5.c,v 1.15 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libssl/src/crypto/evp/m_mdc2.c b/lib/libssl/src/crypto/evp/m_mdc2.c index 0262f8dc779..cfbdfc38523 100644 --- a/lib/libssl/src/crypto/evp/m_mdc2.c +++ b/lib/libssl/src/crypto/evp/m_mdc2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_mdc2.c,v 1.14 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_mdc2.c,v 1.15 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libssl/src/crypto/evp/m_ripemd.c b/lib/libssl/src/crypto/evp/m_ripemd.c index 765eec31386..be7f1393b02 100644 --- a/lib/libssl/src/crypto/evp/m_ripemd.c +++ b/lib/libssl/src/crypto/evp/m_ripemd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_ripemd.c,v 1.11 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_ripemd.c,v 1.12 2014/07/13 09:30:02 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -71,8 +71,6 @@ #include #endif -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { diff --git a/lib/libssl/src/crypto/evp/m_sha.c b/lib/libssl/src/crypto/evp/m_sha.c index 73678e4e45e..c8de337839e 100644 --- a/lib/libssl/src/crypto/evp/m_sha.c +++ b/lib/libssl/src/crypto/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) { diff --git a/lib/libssl/src/crypto/evp/m_wp.c b/lib/libssl/src/crypto/evp/m_wp.c index 5a391f514ef..3f543ac0af8 100644 --- a/lib/libssl/src/crypto/evp/m_wp.c +++ b/lib/libssl/src/crypto/evp/m_wp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_wp.c,v 1.7 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: m_wp.c,v 1.8 2014/07/13 09:30:02 miod Exp $ */ #include @@ -11,8 +11,6 @@ #include #include -#include "evp_locl.h" - static int init(EVP_MD_CTX *ctx) { -- 2.20.1