summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-07-13 09:30:02 +0000
committermiod <miod@openbsd.org>2014-07-13 09:30:02 +0000
commit0484718464d9185d95cf7cd2fcd7fc4770cd3b4a (patch)
tree298e3cad92d4f619eae6aa05a2c144995e06483a
parentSplit config_attach/detach(9) from autoconf(9). Stop talking about (diff)
downloadwireguard-openbsd-0484718464d9185d95cf7cd2fcd7fc4770cd3b4a.tar.xz
wireguard-openbsd-0484718464d9185d95cf7cd2fcd7fc4770cd3b4a.zip
No need to include evp_locl.h in there.
-rw-r--r--lib/libcrypto/evp/m_md4.c4
-rw-r--r--lib/libcrypto/evp/m_md5.c4
-rw-r--r--lib/libcrypto/evp/m_mdc2.c4
-rw-r--r--lib/libcrypto/evp/m_ripemd.c4
-rw-r--r--lib/libcrypto/evp/m_sha.c4
-rw-r--r--lib/libcrypto/evp/m_wp.c4
-rw-r--r--lib/libssl/src/crypto/evp/m_md4.c4
-rw-r--r--lib/libssl/src/crypto/evp/m_md5.c4
-rw-r--r--lib/libssl/src/crypto/evp/m_mdc2.c4
-rw-r--r--lib/libssl/src/crypto/evp/m_ripemd.c4
-rw-r--r--lib/libssl/src/crypto/evp/m_sha.c4
-rw-r--r--lib/libssl/src/crypto/evp/m_wp.c4
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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <stdio.h>
@@ -11,8 +11,6 @@
#include <openssl/x509.h>
#include <openssl/whrlpool.h>
-#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <openssl/rsa.h>
#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 <stdio.h>
@@ -11,8 +11,6 @@
#include <openssl/x509.h>
#include <openssl/whrlpool.h>
-#include "evp_locl.h"
-
static int
init(EVP_MD_CTX *ctx)
{