summaryrefslogtreecommitdiff
path: root/moduli.c
diff options
context:
space:
mode:
authordjm <djm>2003-11-21 12:56:47 +0000
committerdjm <djm>2003-11-21 12:56:47 +0000
commita08f829ee34b6db3b19b8638890e68e7330c707d (patch)
treec02e919ba8a86474a99e3aa99d21454b7675e037 /moduli.c
parent184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13 (diff)
downloadopenssh-a08f829ee34b6db3b19b8638890e68e7330c707d.tar.gz
more whitespace (tabs this time)
Diffstat (limited to 'moduli.c')
-rw-r--r--moduli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/moduli.c b/moduli.c
index ae71b250..eb8cb78e 100644
--- a/moduli.c
+++ b/moduli.c
@@ -151,7 +151,7 @@ qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries,
time(&time_now);
gtm = gmtime(&time_now);
-
+
res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ",
gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday,
gtm->tm_hour, gtm->tm_min, gtm->tm_sec,
@@ -573,7 +573,7 @@ prime_test(FILE *in, FILE *out, u_int32_t trials,
count_in);
continue;
}
-
+
/*
* q is possibly prime, so go ahead and really make sure
* that p is prime. If it is, then we can go back and do