Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/blowfish.c')
-rw-r--r--libavutil/blowfish.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/blowfish.c b/libavutil/blowfish.c
index e6f07d6ad0..63cc4043ff 100644
--- a/libavutil/blowfish.c
+++ b/libavutil/blowfish.c
@@ -428,7 +428,6 @@ void av_blowfish_crypt(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
#ifdef TEST
#include <stdio.h>
-#undef printf
#define NUM_VARIABLE_KEY_TESTS 34
@@ -531,7 +530,6 @@ static const uint8_t ciphertext2[16] = {
#define IV "blowfish"
-#undef exit
static void test_blowfish(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
const uint8_t *ref, int len, uint8_t *iv, int dir,
const char *test)