aboutsummaryrefslogtreecommitdiffstats
path: root/checks/x509.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-05-25 18:12:11 +0000
committerlloyd <[email protected]>2012-05-25 18:12:11 +0000
commit04e95ffea685bae546345fcc41e841397ffad4c4 (patch)
treebff4d375ce5000247df07bb5d15b672110ad30c5 /checks/x509.cpp
parentc688bd9b65dd462f4e738fe61cb86e227284a43a (diff)
Duplicate . print
Diffstat (limited to 'checks/x509.cpp')
-rw-r--r--checks/x509.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/checks/x509.cpp b/checks/x509.cpp
index c3bf2353e..a16ff10cd 100644
--- a/checks/x509.cpp
+++ b/checks/x509.cpp
@@ -147,7 +147,6 @@ void do_x509_tests(RandomNumberGenerator& rng)
std::cout << '.' << std::flush;
/* Create user #1's key and cert request */
- std::cout << '.' << std::flush;
DSA_PrivateKey user1_key(rng, DL_Group("dsa/jce/1024"));
std::cout << '.' << std::flush;