aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_eddsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_eddsa.c')
-rw-r--r--src/util/test_crypto_eddsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/test_crypto_eddsa.c b/src/util/test_crypto_eddsa.c
index f51316463..ac991cef5 100644
--- a/src/util/test_crypto_eddsa.c
+++ b/src/util/test_crypto_eddsa.c
@@ -119,6 +119,8 @@ testSignPerformance ()
119 GNUNET_YES)); 119 GNUNET_YES));
120 return ok; 120 return ok;
121} 121}
122
123
122#endif 124#endif
123 125
124 126
@@ -210,4 +212,5 @@ main (int argc, char *argv[])
210 return 0; 212 return 0;
211} 213}
212 214
215
213/* end of test_crypto_eddsa.c */ 216/* end of test_crypto_eddsa.c */