summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/key/srp6/SRP6TLSServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/key/srp6/SRP6TLSServer.java')
-rw-r--r--gnu/javax/crypto/key/srp6/SRP6TLSServer.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/javax/crypto/key/srp6/SRP6TLSServer.java b/gnu/javax/crypto/key/srp6/SRP6TLSServer.java
index 718646012..ecbe36f62 100644
--- a/gnu/javax/crypto/key/srp6/SRP6TLSServer.java
+++ b/gnu/javax/crypto/key/srp6/SRP6TLSServer.java
@@ -61,8 +61,6 @@ import java.util.Map;
* SRP for TLS Authentication</a>. The only difference between it and the SASL
* variant is that the shared secret is the entity <code>S</code> and not
* <code>H(S)</code>.</p>
- *
- * @version $Revision: 1.1.4.1 $
*/
public class SRP6TLSServer extends SRP6KeyAgreement
{