diff options
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 |
