svn rev #23557: trunk/src/lib/crypto/crypto_tests/

epeisach@MIT.EDU epeisach at MIT.EDU
Thu Dec 31 17:49:52 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23557
Commit By: epeisach
Log Message:
Declare function as static to avoid compiler warning on missing prototypes.




Changed Files:
U   trunk/src/lib/crypto/crypto_tests/t_cts.c
Modified: trunk/src/lib/crypto/crypto_tests/t_cts.c
===================================================================
--- trunk/src/lib/crypto/crypto_tests/t_cts.c	2009-12-31 22:48:19 UTC (rev 23556)
+++ trunk/src/lib/crypto/crypto_tests/t_cts.c	2009-12-31 22:49:52 UTC (rev 23557)
@@ -67,7 +67,8 @@
     d->data = k->contents;
 }
 
-void check_error (int r, int line) {
+static void
+check_error (int r, int line) {
     if (r != 0) {
         fprintf (stderr, "%s:%d: %s\n", __FILE__, line,
                  error_message (r));




More information about the cvs-krb5 mailing list