From 89fee9321e45f7100d4728ee21af4f6e9f87cdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 6 Feb 2021 16:35:51 +0000 Subject: Avoid exposing HAVE_PLUGINS in the public API Instead *_register_plugin() is turned into a noop (with a warning). The test suit is failing with ENABLE_PLUGINS=Off (it was already failing before and this patch didn't affect that). Closes #17202. --- debian/libwiretap0.symbols | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/libwiretap0.symbols') diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols index 4063fae2c9..8cf29a35fd 100644 --- a/debian/libwiretap0.symbols +++ b/debian/libwiretap0.symbols @@ -128,6 +128,7 @@ libwiretap.so.0 libwiretap0 #MINVER# wtap_opttypes_initialize@Base 2.1.2 wtap_opttypes_cleanup@Base 2.3.0 wtap_pcap_encap_to_wtap_encap@Base 1.9.1 + wtap_plugins_supported@Base 3.5.0 wtap_read@Base 1.9.1 wtap_read_bytes@Base 1.99.1 wtap_read_bytes_or_eof@Base 1.99.1 -- cgit v1.2.3