martin 99/08/16 04:06:15
Modified: src/modules/experimental mod_auth_digest.c
Log:
Cosmetics: echo output now looks like other modules' output
Revision Changes Path
1.7 +2 -2 apache-1.3/src/modules/experimental/mod_auth_digest.c
Index: mod_auth_digest.c
===================================================================
RCS file:
/export/home/cvs/apache-1.3/src/modules/experimental/mod_auth_digest.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_auth_digest.c 1999/08/14 08:35:52 1.6
+++ mod_auth_digest.c 1999/08/16 11:06:14 1.7
@@ -107,10 +107,10 @@
fi
fi
if [ "$RULE_DEV_RANDOM" = "truerand" ]; then
- echo " o mod_auth_digest using truerand library (-lrand) for the
random seed"
+ echo " using truerand library (-lrand) for the random seed"
LIBS="$LIBS -L/usr/local/lib -lrand"
else
- echo " o mod_auth_digest using $RULE_DEV_RANDOM for the random seed"
+ echo " using $RULE_DEV_RANDOM for the random seed"
CFLAGS="$CFLAGS -DDEV_RANDOM=$RULE_DEV_RANDOM"
fi