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, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/m_wp.c b/src/lib/libcrypto/evp/m_wp.c index 0ddb7b9f95..c6b246a3c5 100644 --- a/src/lib/libcrypto/evp/m_wp.c +++ b/src/lib/libcrypto/evp/m_wp.c | |||
@@ -1,6 +1,9 @@ | |||
1 | /* $OpenBSD: m_wp.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: m_wp.c,v 1.6 2014/07/10 22:45:57 jsing Exp $ */ |
2 | 2 | ||
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | |||
5 | #include <openssl/opensslconf.h> | ||
6 | |||
4 | #include "cryptlib.h" | 7 | #include "cryptlib.h" |
5 | 8 | ||
6 | #ifndef OPENSSL_NO_WHIRLPOOL | 9 | #ifndef OPENSSL_NO_WHIRLPOOL |