summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/test.cpp b/test.cpp
index 5cac99ca..97017543 100644
--- a/test.cpp
+++ b/test.cpp
@@ -1059,12 +1059,13 @@ bool Validate(int alg, bool thorough)
case 9994: result = TestHuffmanCodes(); break;
// http://github.com/weidai11/cryptopp/issues/346
case 9993: result = TestASN1Parse(); break;
+ case 9992: result = TestASN1Functions(); break;
// http://github.com/weidai11/cryptopp/issues/242
- case 9992: result = TestX25519(); break;
+ case 9991: result = TestX25519(); break;
// http://github.com/weidai11/cryptopp/issues/346
- case 9991: result = TestEd25519(); break;
+ case 9990: result = TestEd25519(); break;
# if defined(CRYPTOPP_ALTIVEC_AVAILABLE)
- case 9990: result = TestAltivecOps(); break;
+ case 9989: result = TestAltivecOps(); break;
# endif
#endif