[vlc-commits] check_symbols: Remove MD5 exception

Marvin Scholz git at videolan.org
Thu Apr 16 12:11:45 CEST 2020


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Apr  1 16:57:31 2020 +0200| [600951ffd06cedacb63203dc5b444b3c13b11fe0] | committer: Marvin Scholz

check_symbols: Remove MD5 exception

The old MD5 API is gone now and the new one has a vlc_ prefix, so
no exception is needed anymore.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=600951ffd06cedacb63203dc5b444b3c13b11fe0
---

 src/check_symbols | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/check_symbols b/src/check_symbols
index 2d9e427d09..b8051e0835 100755
--- a/src/check_symbols
+++ b/src/check_symbols
@@ -22,7 +22,7 @@ cat libvlccore.sym | grep -v \
 	-e '^config_' -e '^module_' -e '^var_' \
 	-e '^date_' -e '^plane_' \
 	-e '^us_' -e '^utf8_' -e '^xml_' -e '^GetLang_' \
-	-e '^m\(date\|sleep\|wait\)$' -e '^[A-Z][a-z]*Charset$' -e 'MD5$' \
+	-e '^m\(date\|sleep\|wait\)$' -e '^[A-Z][a-z]*Charset$' \
 	-e '^NTPtime64$' -e '^secstotimestr$' \
 		&& exit 1
 



More information about the vlc-commits mailing list