mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Fix Debug PowerPC build
This commit is contained in:
parent
5f5250296d
commit
83a37b8284
2
test.cpp
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user