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/des.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavutil/des.c') diff --git a/libavutil/des.c b/libavutil/des.c index c7c6f1dbee..01cb10b359 100644 --- a/libavutil/des.c +++ b/libavutil/des.c @@ -337,9 +337,6 @@ void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) { } #ifdef TEST -#undef printf -#undef rand -#undef srand #include #include #include "libavutil/time.h" -- cgit v1.2.3