2000-05-16 Harlan Stenn <stenn@whimsy.udel.edu>
+ * build (KEYSUF):
+ * flock-build:
+ * configure.in: Lose the "md5" options from the --with-crypto
+ check; Dave hates it.
+
* ntpd/ntp_util.c (stats_config):
* ntpd/ntp_loopfilter.c (loop_config):
* libntp/systime.c (adj_systime):
*--with-crypto=autokey*)
KEYSUF="-autokey"
;;
- *--with-crypto=md5*)
- [ -d rsaref2 ] && KEYSUF="-md5"
+ *--without-crypto*)
+ [ -d rsaref2 ] && KEYSUF="-norsaref"
;;
esac
ac_arg_enable_help="$ac_arg_enable_help
--enable-VARITEXT s VARITEXT clock"
ac_arg_with_help="$ac_arg_with_help
- --with-crypto + ={md5,autokey,rsaref}"
+ --with-crypto + ={autokey,rsaref}"
ac_arg_enable_help="$ac_arg_enable_help
--enable-kmem s read /dev/kmem for tick and/or tickadj"
ac_arg_enable_help="$ac_arg_enable_help
fi
case "$ans" in
- no) ans=md5 ;;
+ no) ;;
yes|rsaref)
- ans=md5
+ ans=no
if test -f $srcdir/rsaref2/source/rsa.c
then
ans=rsaref
esac
case "$ans" in
- md5) ;;
+ no) ;;
*)
cat >>confdefs.h <<\EOF
#define AUTOKEY
AC_SUBST(MAKE_LIBRSAREF)
AC_SUBST(MAKE_NTP_GENKEYS)
AC_MSG_CHECKING(for the level of crypto support)
-AC_ARG_WITH(crypto, [ --with-crypto + ={md5,autokey,rsaref}],
+AC_ARG_WITH(crypto, [ --with-crypto + ={autokey,rsaref}],
[ans=$withval], [ans=yes])
case "$ans" in
- no) ans=md5 ;;
+ no) ;;
yes|rsaref)
- ans=md5
+ ans=no
if test -f $srcdir/rsaref2/source/rsa.c
then
ans=rsaref
esac
AC_SUBST(AUTOKEY)
case "$ans" in
- md5) ;;
+ no) ;;
*)
AC_DEFINE(AUTOKEY, , [Autokey?])
AUTOKEY=1
echo $i
ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks $BUILD_ARGS" &
ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --with-crypto=autokey $BUILD_ARGS" &
- ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --with-crypto=md5 $BUILD_ARGS" &
+ ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --without-crypto $BUILD_ARGS" &
done