diff options
Diffstat (limited to 'lib/libcrypto/evp/m_md4.c')
-rw-r--r-- | lib/libcrypto/evp/m_md4.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/evp/m_md4.c b/lib/libcrypto/evp/m_md4.c index e24d0ad66fc..36ea8182852 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.12 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: m_md4.c,v 1.13 2014/07/11 08:44:48 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,14 +60,13 @@ #include <openssl/opensslconf.h> -#include "cryptlib.h" - #ifndef OPENSSL_NO_MD4 #include <openssl/evp.h> +#include <openssl/md4.h> #include <openssl/objects.h> #include <openssl/x509.h> -#include <openssl/md4.h> + #ifndef OPENSSL_NO_RSA #include <openssl/rsa.h> #endif |