summaryrefslogtreecommitdiff
path: root/libavutil/xtea.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-10-20 15:22:41 +0200
committerAnton Khirnov <anton@khirnov.net>2012-12-04 21:40:22 +0100
commitcb45553f577f8e0ebfe05d3287e1b6fa5859b967 (patch)
treea351c06fb3fc1b79f40c9539af0820d9c630bd6c /libavutil/xtea.c
parent90153465b04bf4175b8e85587d90b3b3e5399020 (diff)
Remove pointless #undefs of previously forbidden functions.
Diffstat (limited to 'libavutil/xtea.c')
-rw-r--r--libavutil/xtea.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/xtea.c b/libavutil/xtea.c
index f3357ce544..1187662eb2 100644
--- a/libavutil/xtea.c
+++ b/libavutil/xtea.c
@@ -101,7 +101,6 @@ void av_xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count,
#ifdef TEST
#include <stdio.h>
-#undef printf
#define XTEA_NUM_TESTS 6
@@ -138,7 +137,6 @@ static const uint8_t xtea_test_ct[XTEA_NUM_TESTS][8] = {
{ 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41 }
};
-#undef exit
static void test_xtea(AVXTEA *ctx, uint8_t *dst, const uint8_t *src,
const uint8_t *ref, int len, uint8_t *iv, int dir,
const char *test)