libpurple/plugins/ciphertest.c

changeset 36051
f06dab8296be
parent 34874
e03d555394c5
child 37146
b5b9c75a4b54
--- a/libpurple/plugins/ciphertest.c	Sat May 17 12:40:29 2014 +0200
+++ b/libpurple/plugins/ciphertest.c	Sat May 17 15:35:35 2014 +0200
@@ -422,11 +422,6 @@
 		skip_nss = TRUE;
 #endif
 
-		if (!ret) {
-			purple_debug_info("cipher-test", "\tnss test failed\n");
-			fail = TRUE;
-		}
-
 		purple_debug_info("cipher-test", "\tGot:          %s\n", digest);
 		if (digest_nss)
 			purple_debug_info("cipher-test", "\tGot from NSS: %s\n", digest_nss);

mercurial