diff --git a/src/app-layer-ssl.c b/src/app-layer-ssl.c index 26230b5774..3f176c01bb 100644 --- a/src/app-layer-ssl.c +++ b/src/app-layer-ssl.c @@ -366,6 +366,7 @@ end: return result; } +#if 0 /* VJ disabled 20100721 */ static int SSLParserTest03(void) { int result = 1; Flow f; @@ -702,12 +703,13 @@ end: FLOW_DESTROY(&f); return result; } +#endif #endif /* UNITTESTS */ void SSLParserRegisterTests(void) { #ifdef UNITTESTS UtRegisterTest("SSLParserTest01", SSLParserTest01, 1); UtRegisterTest("SSLParserTest02", SSLParserTest02, 1); - UtRegisterTest("SSLParserTest03", SSLParserTest03, 1); +/* UtRegisterTest("SSLParserTest03", SSLParserTest03, 1); */ #endif /* UNITTESTS */ }