aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecdsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/util/test_crypto_ecdsa.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/util/test_crypto_ecdsa.c')
-rw-r--r--src/util/test_crypto_ecdsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/test_crypto_ecdsa.c b/src/util/test_crypto_ecdsa.c
index d6f406b47..826097d52 100644
--- a/src/util/test_crypto_ecdsa.c
+++ b/src/util/test_crypto_ecdsa.c
@@ -174,6 +174,8 @@ testSignPerformance ()
174 GNUNET_YES)); 174 GNUNET_YES));
175 return ok; 175 return ok;
176} 176}
177
178
177#endif 179#endif
178 180
179 181
@@ -245,4 +247,5 @@ main (int argc, char *argv[])
245 return 0; 247 return 0;
246} 248}
247 249
250
248/* end of test_crypto_ecdsa.c */ 251/* end of test_crypto_ecdsa.c */