diff options
author | lloyd <[email protected]> | 2012-05-25 18:12:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-05-25 18:12:11 +0000 |
commit | 04e95ffea685bae546345fcc41e841397ffad4c4 (patch) | |
tree | bff4d375ce5000247df07bb5d15b672110ad30c5 /checks/x509.cpp | |
parent | c688bd9b65dd462f4e738fe61cb86e227284a43a (diff) |
Duplicate . print
Diffstat (limited to 'checks/x509.cpp')
-rw-r--r-- | checks/x509.cpp | 1 |
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; |