aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/test
diff options
context:
space:
mode:
authorJ08nY2017-12-05 18:28:25 +0100
committerJ08nY2017-12-05 18:28:25 +0100
commit861c80be829b1160ee2d9e64076e7ead16312984 (patch)
tree940bdfe87e952afba4dfe0987cbe03ffd698e679 /src/cz/crcs/ectester/standalone/test
parentbe9c68b2ec522f6e7efda9fad325ab88bd0e8a93 (diff)
downloadECTester-861c80be829b1160ee2d9e64076e7ead16312984.tar.gz
ECTester-861c80be829b1160ee2d9e64076e7ead16312984.tar.zst
ECTester-861c80be829b1160ee2d9e64076e7ead16312984.zip
Fix suites with new CommandTest.
Diffstat (limited to 'src/cz/crcs/ectester/standalone/test')
-rw-r--r--src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java b/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
index fc0f007..fedf519 100644
--- a/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
+++ b/src/cz/crcs/ectester/standalone/test/KeyAgreementTestable.java
@@ -14,7 +14,7 @@ import java.security.interfaces.ECPublicKey;
*/
public class KeyAgreementTestable extends BaseTestable {
private KeyAgreement ka;
- private ECPrivateKey privateKey;a
+ private ECPrivateKey privateKey;
private ECPublicKey publicKey;
private byte[] secret;