diff des.c @ 716:3f3e69baaaf8 libavutil

Mark non-exported functions in test and example programs as static.
author diego
date Tue, 31 Mar 2009 09:32:59 +0000
parents 634bcf10f5df
children e89d42c1effa
line wrap: on
line diff
--- a/des.c	Sun Mar 29 14:42:52 2009 +0000
+++ b/des.c	Tue Mar 31 09:32:59 2009 +0000
@@ -349,7 +349,7 @@
     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;