From 83a37b8284a20569f7de38bad0250ef2638cc063 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 26 Dec 2018 12:29:32 -0500 Subject: [PATCH] Fix Debug PowerPC build --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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