summaryrefslogtreecommitdiffstats
path: root/bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
diff options
context:
space:
mode:
Diffstat (limited to 'bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java')
-rw-r--r--bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java b/bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
index e63c793..820c80c 100644
--- a/bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
+++ b/bcprov/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
@@ -5,7 +5,6 @@ package org.bouncycastle.crypto.tls;
*/
public class SignatureAlgorithm
{
-
public static final short anonymous = 0;
public static final short rsa = 1;
public static final short dsa = 2;