From cb45553f577f8e0ebfe05d3287e1b6fa5859b967 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Oct 2012 15:22:41 +0200 Subject: Remove pointless #undefs of previously forbidden functions. --- libavutil/md5.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil/md5.c') diff --git a/libavutil/md5.c b/libavutil/md5.c index 93a91d7812..efb993e605 100644 --- a/libavutil/md5.c +++ b/libavutil/md5.c @@ -182,7 +182,6 @@ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) } #ifdef TEST -#undef printf #include static void print_md5(uint8_t *md5) -- cgit v1.2.3