[epiphany] ephy-security-levels: Convert #ifdef to comment



commit d467dd702b66c304defc72532c75980f8f9b6a2a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Dec 9 12:03:38 2015 +0100

    ephy-security-levels: Convert #ifdef to comment

 lib/ephy-security-levels.h |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/lib/ephy-security-levels.h b/lib/ephy-security-levels.h
index dac2cd0..f2774f2 100644
--- a/lib/ephy-security-levels.h
+++ b/lib/ephy-security-levels.h
@@ -28,13 +28,11 @@
 
 G_BEGIN_DECLS
 
-#if 0
-TODO: EPHY_SECURITY_LEVEL_WEAK_SECURITY should be implemented for e.g. certs
-that use SHA1 or RSA 1024, connections that use RC4, connections that required
-protocol version fallback, servers that did not send the safe renegotiation
-extension, servers that picked weak DH primes, whatever else turns out to be bad
-next year, etc. etc.
-#endif
+/* TODO: EPHY_SECURITY_LEVEL_WEAK_SECURITY should be implemented for e.g. certs
+ * that use SHA1 or RSA 1024, connections that use RC4, connections that required
+ * protocol version fallback, servers that did not send the safe renegotiation
+ * extension, servers that picked weak DH primes, whatever else turns out to be bad
+ * next year, etc. etc. */
 
 typedef enum
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]