aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-03-10 17:56:03 +0000
committerlloyd <[email protected]>2007-03-10 17:56:03 +0000
commit944d6777d60ceb9d89bc3f4ad7ea77c2d8b4868b (patch)
tree0de0970ebe88dbaf2f425b2ae73b3c3f72559d7f
parent8c54e7f07e82562ab440f6cee7b7768813b3e6c7 (diff)
Small cleanups.
-rw-r--r--modules/alg_amd64/asm_macr.h2
-rw-r--r--src/dsa_gen.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h
index d4fe38968..0b931daaa 100644
--- a/modules/alg_amd64/asm_macr.h
+++ b/modules/alg_amd64/asm_macr.h
@@ -80,7 +80,7 @@ func_name:
#define ARG_3 R3
#define ARG_4 R2
#define ARG_5 R8
-#define ARG_6 R9
+#define ARG_6 R9
#define TEMP_1 R10
#define TEMP_2 R11
diff --git a/src/dsa_gen.cpp b/src/dsa_gen.cpp
index c4a4fceed..28d27c06b 100644
--- a/src/dsa_gen.cpp
+++ b/src/dsa_gen.cpp
@@ -74,7 +74,6 @@ bool DL_Group::generate_dsa_primes(BigInt& p, BigInt& q,
}
private:
SecureVector<byte> seed;
-
};
Seed seed(seed_c);