diff options
Diffstat (limited to 'lib/libcrypto/evp/m_sha1.c')
-rw-r--r-- | lib/libcrypto/evp/m_sha1.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/evp/m_sha1.c b/lib/libcrypto/evp/m_sha1.c index 0441f632d33..13d5b030d27 100644 --- a/lib/libcrypto/evp/m_sha1.c +++ b/lib/libcrypto/evp/m_sha1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_sha1.c,v 1.16 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: m_sha1.c,v 1.17 2014/07/11 08:44:48 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,18 +60,16 @@ #include <openssl/opensslconf.h> -#include "cryptlib.h" - #ifndef OPENSSL_NO_SHA #include <openssl/evp.h> #include <openssl/objects.h> #include <openssl/sha.h> + #ifndef OPENSSL_NO_RSA #include <openssl/rsa.h> #endif - static int init(EVP_MD_CTX *ctx) { |