diff --git a/test.cpp b/test.cpp index 053bf8b9..843342b6 100644 --- a/test.cpp +++ b/test.cpp @@ -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