On 3/9/06, [email protected] <[email protected]> wrote: > linux-ha CVS committal > > Author : andrew > Host : > Module : linux-ha > > Dir : linux-ha > > > Modified Files: > configure.in > > > Log Message: > Bug 197 - Checksum the CIB on disk > Detect changes made by admins - particularly while Heartbeat is running > > =================================================================== > RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v > retrieving revision 1.491 > retrieving revision 1.492 > diff -u -3 -r1.491 -r1.492 > --- configure.in 3 Mar 2006 12:42:59 -0000 1.491 > +++ configure.in 8 Mar 2006 22:24:29 -0000 1.492 > @@ -10,7 +10,7 @@ > AC_INIT(heartbeat.spec.in) > > AC_CONFIG_AUX_DIR(.) > -AC_REVISION($Revision: 1.491 $) dnl cvs revision > +AC_REVISION($Revision: 1.492 $) dnl cvs revision > AC_CANONICAL_HOST > > > @@ -931,6 +931,7 @@ > AM_CONDITIONAL(USE_IPV6ADDR, test "$ac_cv_header_linux_icmpv6_h" = yes -a > $new_libnet = yes ) > AC_CHECK_HEADERS(libxml/xpath.h) > AC_CHECK_HEADERS(openssl/md5.h) > +AC_CHECK_HEADERS(openssl/evp.h)
Aren't we trying to remove our dependency on openssl? I believe the above AC_CHECK_HEADERS(openssl/md5.h) is obsolete since we now have our own md5 implementation, and so is the openssl-devel dependency in heartbeat.spec. I think you can checksum the CIB on disk with our own md5 code? Please correct me if I am wrong :) > > dnl > dnl Could check for the libraries, but if you have the headers, > > > _______________________________________________ > Linux-ha-cvs mailing list > [email protected] > http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs > -- Thanks & regards Xun Sun _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
