diff options
Diffstat (limited to 'lib/libcrypto/sha/sha512.c')
-rw-r--r-- | lib/libcrypto/sha/sha512.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/sha/sha512.c b/lib/libcrypto/sha/sha512.c index eb10024e326..ad72b7e6f1f 100644 --- a/lib/libcrypto/sha/sha512.c +++ b/lib/libcrypto/sha/sha512.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha512.c,v 1.12 2014/07/10 22:45:58 jsing Exp $ */ +/* $OpenBSD: sha512.c,v 1.13 2014/07/11 08:44:49 jsing Exp $ */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved * according to the OpenSSL license [found in ../../LICENSE]. @@ -50,10 +50,8 @@ */ #include <openssl/crypto.h> -#include <openssl/sha.h> #include <openssl/opensslv.h> - -#include "cryptlib.h" +#include <openssl/sha.h> #if !defined(__STRICT_ALIGNMENT) || defined(SHA512_ASM) #define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA |