aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-15 01:58:42 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-15 01:58:42 +0200
commit4421637ad3709bba3527bff50a64ec919e8dcae8 (patch)
treeeb12fe27461dcc1eb209e5d384389b173e52a834 /test_crypto.c
parent8035afa583d323060c6f05804024bbe4069a1f60 (diff)
enable test
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_crypto.c b/test_crypto.c
index 5103e0e..610dc6d 100644
--- a/test_crypto.c
+++ b/test_crypto.c
@@ -149,6 +149,7 @@ main (int argc, char *argv[])
{
run (test_brandt_ec_keypair_create);
run (test_smc_zkp_dl);
+ run (test_smc_zkp_2dle);
}
return ret;