diff options
| author | jsing <> | 2014-07-11 08:44:49 +0000 |
|---|---|---|
| committer | jsing <> | 2014-07-11 08:44:49 +0000 |
| commit | 74e2c009c83ad374bd6acdcfc376a384e25ab007 (patch) | |
| tree | 0e726f9e971e00f4c8cd8afab71589803fc11b7f /src/lib/libcrypto/evp/m_wp.c | |
| parent | 7610da071a20f4325acc14cb2e961617a821ab35 (diff) | |
| download | openbsd-74e2c009c83ad374bd6acdcfc376a384e25ab007.tar.gz openbsd-74e2c009c83ad374bd6acdcfc376a384e25ab007.tar.bz2 openbsd-74e2c009c83ad374bd6acdcfc376a384e25ab007.zip | |
Only import cryptlib.h in the four source files that actually need it.
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.
ok beck@ miod@
Diffstat (limited to 'src/lib/libcrypto/evp/m_wp.c')
| -rw-r--r-- | src/lib/libcrypto/evp/m_wp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/m_wp.c b/src/lib/libcrypto/evp/m_wp.c index c6b246a3c5..5a391f514e 100644 --- a/src/lib/libcrypto/evp/m_wp.c +++ b/src/lib/libcrypto/evp/m_wp.c | |||
| @@ -1,17 +1,16 @@ | |||
| 1 | /* $OpenBSD: m_wp.c,v 1.6 2014/07/10 22:45:57 jsing Exp $ */ | 1 | /* $OpenBSD: m_wp.c,v 1.7 2014/07/11 08:44:48 jsing Exp $ */ |
| 2 | 2 | ||
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include <openssl/opensslconf.h> | 5 | #include <openssl/opensslconf.h> |
| 6 | 6 | ||
| 7 | #include "cryptlib.h" | ||
| 8 | |||
| 9 | #ifndef OPENSSL_NO_WHIRLPOOL | 7 | #ifndef OPENSSL_NO_WHIRLPOOL |
| 10 | 8 | ||
| 11 | #include <openssl/evp.h> | 9 | #include <openssl/evp.h> |
| 12 | #include <openssl/objects.h> | 10 | #include <openssl/objects.h> |
| 13 | #include <openssl/x509.h> | 11 | #include <openssl/x509.h> |
| 14 | #include <openssl/whrlpool.h> | 12 | #include <openssl/whrlpool.h> |
| 13 | |||
| 15 | #include "evp_locl.h" | 14 | #include "evp_locl.h" |
| 16 | 15 | ||
| 17 | static int | 16 | static int |
