aboutsummaryrefslogtreecommitdiff
path: root/src/nse/perf_kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/perf_kdf.c')
-rw-r--r--src/nse/perf_kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/perf_kdf.c b/src/nse/perf_kdf.c
index a6c1432c8..ec6dc7ff3 100644
--- a/src/nse/perf_kdf.c
+++ b/src/nse/perf_kdf.c
@@ -29,7 +29,6 @@
29#include <gauger.h> 29#include <gauger.h>
30 30
31 31
32
33/** 32/**
34 * Calculate the 'proof-of-work' hash (an expensive hash). 33 * Calculate the 'proof-of-work' hash (an expensive hash).
35 * 34 *
@@ -84,4 +83,5 @@ main (int argc, char *argv[])
84 return 0; 83 return 0;
85} 84}
86 85
86
87/* end of perf_kdf.c */ 87/* end of perf_kdf.c */