Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bouncycastle/crypto/tls/HandshakeType.java')
-rw-r--r--src/main/java/org/bouncycastle/crypto/tls/HandshakeType.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/bouncycastle/crypto/tls/HandshakeType.java b/src/main/java/org/bouncycastle/crypto/tls/HandshakeType.java
index 94dcfb23..53b4520c 100644
--- a/src/main/java/org/bouncycastle/crypto/tls/HandshakeType.java
+++ b/src/main/java/org/bouncycastle/crypto/tls/HandshakeType.java
@@ -2,9 +2,9 @@ package org.bouncycastle.crypto.tls;
public class HandshakeType
{
- /*
- * RFC 2246 7.4
- */
+ /*
+ * RFC 2246 7.4
+ */
public static final short hello_request = 0;
public static final short client_hello = 1;
public static final short server_hello = 2;