diff options
Diffstat (limited to 'src/lib/libcrypto/sha/sha512.c')
-rw-r--r-- | src/lib/libcrypto/sha/sha512.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/sha/sha512.c b/src/lib/libcrypto/sha/sha512.c index 5bc679680b..08b1564363 100644 --- a/src/lib/libcrypto/sha/sha512.c +++ b/src/lib/libcrypto/sha/sha512.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sha512.c,v 1.9 2014/06/12 15:49:30 deraadt Exp $ */ | 1 | /* $OpenBSD: sha512.c,v 1.10 2014/07/09 11:10:51 bcook Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2004 The OpenSSL Project. All rights reserved | 3 | * Copyright (c) 2004 The OpenSSL Project. All rights reserved |
4 | * according to the OpenSSL license [found in ../../LICENSE]. | 4 | * according to the OpenSSL license [found in ../../LICENSE]. |
@@ -51,8 +51,6 @@ | |||
51 | 51 | ||
52 | #include "cryptlib.h" | 52 | #include "cryptlib.h" |
53 | 53 | ||
54 | const char SHA512_version[]="SHA-512" OPENSSL_VERSION_PTEXT; | ||
55 | |||
56 | #if !defined(__STRICT_ALIGNMENT) || defined(SHA512_ASM) | 54 | #if !defined(__STRICT_ALIGNMENT) || defined(SHA512_ASM) |
57 | #define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA | 55 | #define SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA |
58 | #endif | 56 | #endif |