]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/blowfish.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / blowfish.c
index cdc2952dea8e9e57bd686beb83ecec4e74d99e7e..5ad74c10fd573dd3ad83b47000d565566b6f41d2 100644 (file)
@@ -420,7 +420,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
 
@@ -523,7 +522,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)