Fix Debug PowerPC build

This commit is contained in:
Jeffrey Walton 2018-12-26 12:29:32 -05:00
parent 5f5250296d
commit 83a37b8284
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -927,7 +927,7 @@ bool Validate(int alg, bool thorough, const char *seedInput)
// http://github.com/weidai11/cryptopp/issues/346
case 9991: result = TestEd25519(); break;
# if defined(CRYPTOPP_ALTIVEC_AVAILABLE)
case 9992: result = TestAltivecOps(); break;
case 9990: result = TestAltivecOps(); break;
# endif
#endif