Fix define in sha.h from Upstream merge

pull/461/head
Jeffrey Walton 2017-08-05 01:42:57 -04:00
parent bff75a6812
commit b9c97f9fd2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
sha.h
View File

@ -50,7 +50,7 @@ public:
//! \returns C-style string "SHA-1"
CRYPTOPP_STATIC_CONSTEXPR const char* CRYPTOPP_API StaticAlgorithmName() {return "SHA-1";}
#if CRYPTOPP_BOOL_SSE_SHA_INTRINSICS_AVAILABLE
#if CRYPTOPP_SHANI_AVAILABLE
size_t HashMultipleBlocks(const word32 *input, size_t length);
#endif
};