From f69f524a64ba1366090c8592847b784d840f8e5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 21 Dec 2013 15:49:10 +0100
Subject: [PATCH] SSL.Constants: Removed some dead code.

---
 lib/modules/SSL.pmod/Constants.pmod | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/modules/SSL.pmod/Constants.pmod b/lib/modules/SSL.pmod/Constants.pmod
index e0d8e73779..29ed9936a9 100644
--- a/lib/modules/SSL.pmod/Constants.pmod
+++ b/lib/modules/SSL.pmod/Constants.pmod
@@ -594,16 +594,7 @@ constant SSL2_ck_idea_128_cbc_with_md5		= 0x050080;
 constant SSL2_ck_des_64_cbc_with_md5		= 0x060040;
 constant SSL2_ck_des_192_ede3_cbc_with_md5	= 0x0700c0;
 
-#if 0
-/* Methods for signing any server_key_exchange message (RFC 5246 7.4.1.4.1) */
-constant SIGN_anon = 0;
-constant SIGN_rsa = 1;
-constant SIGN_dsa = 2;
-constant SIGN_ecdsa = 3;
-
 /* FIXME: Add SIGN-type element to table */
-#endif
-
 constant CIPHER_SUITES =
 ([
    // The following cipher suites are only intended for testing.
-- 
GitLab