diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/evp/m_md4.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/evp/m_md5.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/evp/m_mdc2.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/evp/m_ripemd.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/evp/m_sha.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/evp/m_wp.c | 4 | 
6 files changed, 6 insertions, 18 deletions
diff --git a/src/lib/libcrypto/evp/m_md4.c b/src/lib/libcrypto/evp/m_md4.c index 36ea818285..e08980b1ed 100644 --- a/src/lib/libcrypto/evp/m_md4.c +++ b/src/lib/libcrypto/evp/m_md4.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: m_md4.c,v 1.13 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_md4.c,v 1.14 2014/07/13 09:30:02 miod Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -71,8 +71,6 @@ | |||
| 71 | #include <openssl/rsa.h> | 71 | #include <openssl/rsa.h> | 
| 72 | #endif | 72 | #endif | 
| 73 | 73 | ||
| 74 | #include "evp_locl.h" | ||
| 75 | |||
| 76 | static int | 74 | static int | 
| 77 | init(EVP_MD_CTX *ctx) | 75 | init(EVP_MD_CTX *ctx) | 
| 78 | { | 76 | { | 
diff --git a/src/lib/libcrypto/evp/m_md5.c b/src/lib/libcrypto/evp/m_md5.c index 5bd9100a03..36cff7ab51 100644 --- a/src/lib/libcrypto/evp/m_md5.c +++ b/src/lib/libcrypto/evp/m_md5.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: m_md5.c,v 1.14 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_md5.c,v 1.15 2014/07/13 09:30:02 miod Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -71,8 +71,6 @@ | |||
| 71 | #include <openssl/rsa.h> | 71 | #include <openssl/rsa.h> | 
| 72 | #endif | 72 | #endif | 
| 73 | 73 | ||
| 74 | #include "evp_locl.h" | ||
| 75 | |||
| 76 | static int | 74 | static int | 
| 77 | init(EVP_MD_CTX *ctx) | 75 | init(EVP_MD_CTX *ctx) | 
| 78 | { | 76 | { | 
diff --git a/src/lib/libcrypto/evp/m_mdc2.c b/src/lib/libcrypto/evp/m_mdc2.c index 0262f8dc77..cfbdfc3852 100644 --- a/src/lib/libcrypto/evp/m_mdc2.c +++ b/src/lib/libcrypto/evp/m_mdc2.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: m_mdc2.c,v 1.14 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_mdc2.c,v 1.15 2014/07/13 09:30:02 miod Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -71,8 +71,6 @@ | |||
| 71 | #include <openssl/rsa.h> | 71 | #include <openssl/rsa.h> | 
| 72 | #endif | 72 | #endif | 
| 73 | 73 | ||
| 74 | #include "evp_locl.h" | ||
| 75 | |||
| 76 | static int | 74 | static int | 
| 77 | init(EVP_MD_CTX *ctx) | 75 | init(EVP_MD_CTX *ctx) | 
| 78 | { | 76 | { | 
diff --git a/src/lib/libcrypto/evp/m_ripemd.c b/src/lib/libcrypto/evp/m_ripemd.c index 765eec3138..be7f1393b0 100644 --- a/src/lib/libcrypto/evp/m_ripemd.c +++ b/src/lib/libcrypto/evp/m_ripemd.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: m_ripemd.c,v 1.11 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_ripemd.c,v 1.12 2014/07/13 09:30:02 miod Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -71,8 +71,6 @@ | |||
| 71 | #include <openssl/rsa.h> | 71 | #include <openssl/rsa.h> | 
| 72 | #endif | 72 | #endif | 
| 73 | 73 | ||
| 74 | #include "evp_locl.h" | ||
| 75 | |||
| 76 | static int | 74 | static int | 
| 77 | init(EVP_MD_CTX *ctx) | 75 | init(EVP_MD_CTX *ctx) | 
| 78 | { | 76 | { | 
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 @@ | |||
| 1 | /* $OpenBSD: m_sha.c,v 1.15 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_sha.c,v 1.16 2014/07/13 09:30:02 miod Exp $ */ | 
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 
| 3 | * All rights reserved. | 3 | * All rights reserved. | 
| 4 | * | 4 | * | 
| @@ -70,8 +70,6 @@ | |||
| 70 | #include <openssl/rsa.h> | 70 | #include <openssl/rsa.h> | 
| 71 | #endif | 71 | #endif | 
| 72 | 72 | ||
| 73 | #include "evp_locl.h" | ||
| 74 | |||
| 75 | static int | 73 | static int | 
| 76 | init(EVP_MD_CTX *ctx) | 74 | init(EVP_MD_CTX *ctx) | 
| 77 | { | 75 | { | 
diff --git a/src/lib/libcrypto/evp/m_wp.c b/src/lib/libcrypto/evp/m_wp.c index 5a391f514e..3f543ac0af 100644 --- a/src/lib/libcrypto/evp/m_wp.c +++ b/src/lib/libcrypto/evp/m_wp.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: m_wp.c,v 1.7 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_wp.c,v 1.8 2014/07/13 09:30:02 miod Exp $ */ | 
| 2 | 2 | ||
| 3 | #include <stdio.h> | 3 | #include <stdio.h> | 
| 4 | 4 | ||
| @@ -11,8 +11,6 @@ | |||
| 11 | #include <openssl/x509.h> | 11 | #include <openssl/x509.h> | 
| 12 | #include <openssl/whrlpool.h> | 12 | #include <openssl/whrlpool.h> | 
| 13 | 13 | ||
| 14 | #include "evp_locl.h" | ||
| 15 | |||
| 16 | static int | 14 | static int | 
| 17 | init(EVP_MD_CTX *ctx) | 15 | init(EVP_MD_CTX *ctx) | 
| 18 | { | 16 | { | 
