From 504ffed19f990f91237479be93480d9b597561e2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 31 Mar 2009 09:32:59 +0000 Subject: Mark non-exported functions in test and example programs as static. Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/des.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/des.c') diff --git a/libavutil/des.c b/libavutil/des.c index 43f6c4ae2e..6ba7702252 100644 --- a/libavutil/des.c +++ b/libavutil/des.c @@ -349,7 +349,7 @@ static const uint8_t cbc_key[] = { 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0x01, 0x23 }; -int run_test(int cbc, int decrypt) { +static int run_test(int cbc, int decrypt) { AVDES d; int delay = cbc && !decrypt ? 2 : 1; uint64_t res; -- cgit v1.2.3