Display C++ for SHA512_AlgorithmProvider on ARM

pull/853/head
Jeffrey Walton 2019-05-19 18:17:46 -04:00
parent 6528561cb3
commit e3788aacc5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ std::string SHA512_AlgorithmProvider()
if (HasSSE2())
return "SSE2";
#endif
#if CRYPTOGAMS_ARM_SHA512
#if CRYPTOGAMS_ARM_SHA512 && 0
if (HasNEON())
return "NEON";
if (HasARMv7())