| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -338,6 +338,7 @@ AC_CONFIG_LINKS([test/test_content:test/test_content]) | |||
| 338 | 338 | AC_CONFIG_LINKS([test/cert.pem:test/cert.pem]) | |
| 339 | 339 | AC_CONFIG_LINKS([test/key.pem:test/key.pem]) | |
| 340 | 340 | AC_CONFIG_LINKS([test/test_root_ca.pem:test/test_root_ca.pem]) | |
| 341 | + AC_CONFIG_LINKS([test/libhttpserver.supp:test/libhttpserver.supp]) | ||
| 341 | 342 | AC_CONFIG_LINKS([examples/cert.pem:examples/cert.pem]) | |
| 342 | 343 | AC_CONFIG_LINKS([examples/key.pem:examples/key.pem]) | |
| 343 | 344 | AC_CONFIG_LINKS([examples/test_content:examples/test_content]) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,5 +45,5 @@ endif | |||
| 45 | 45 | TESTS = $(check_PROGRAMS) | |
| 46 | 46 | ||
| 47 | 47 | @VALGRIND_CHECK_RULES@ | |
| 48 | - #VALGRIND_SUPPRESSIONS_FILES = libhttpserver.supp | ||
| 49 | - #EXTRA_DIST = libhttpserver.supp | ||
| 48 | + VALGRIND_SUPPRESSIONS_FILES = libhttpserver.supp | ||
| 49 | + EXTRA_DIST = libhttpserver.supp | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,5 @@ | |||
| 1 | + { | ||
| 2 | + gnutls_session_get_data | ||
| 3 | + Memcheck:Cond | ||
| 4 | + fun:gnutls_session_get_data | ||
| 5 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments