09243bd
--- cl-original/test/testfunc.c	2016-06-03 13:23:35.294667665 +0200
21f826b
+++ cl-patched/test/testfunc.c	2016-07-20 20:02:10.425573000 +0200
09243bd
@@ -1111,10 +1111,12 @@
09243bd
 		}
09243bd
 	if( !testSessionAttributes() )
09243bd
 		return( FALSE );
09243bd
+#if 0		
09243bd
 	if( !testSessionSSH() )
09243bd
 		return( FALSE );
09243bd
 	if( !testSessionSSHClientCert() )
09243bd
 		return( FALSE );
09243bd
+#endif		
09243bd
 	if( !testSessionSSHPortforward() )
09243bd
 		return( FALSE );
09243bd
 	if( !testSessionSSHExec() )
21f826b
@@ -1141,8 +1143,10 @@
21f826b
 #endif /* 0 */
21f826b
 	if( !testSessionOCSP() )
21f826b
 		return( FALSE );
21f826b
+#if 0		
21f826b
 	if( !testSessionTSP() )
21f826b
 		return( FALSE );
21f826b
+#endif		
21f826b
 	if( !testSessionEnvTSP() )
21f826b
 		return( FALSE );
21f826b
 	if( !testSessionCMP() )