[176] in bug-owl

home help back first fref pref prev next nref lref last post

patch

daemon@ATHENA.MIT.EDU (shadow@andrew.cmu.edu)
Sun Jun 1 22:14:35 2003

From: shadow@andrew.cmu.edu
Date: Sun, 01 Jun 2003 22:14:26 -0400
To: bug-owl@mit.edu
Message-ID: <3EDAB302.mail48A11WJLV@johnstown.andrew.cmu.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

you should cvs remove libfaim/config.log 

also, make zcrypt.c and configure match owl.h and config.h.in:

Index: config.h.in
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/ktools/src/owl/repository/owl/config.h.in,v
retrieving revision 1.3
diff -u -r1.3 config.h.in
--- config.h.in	2003/04/20 20:58:47	1.3
+++ config.h.in	2003/06/02 02:09:54
@@ -51,6 +51,6 @@
 
 #undef HAVE_DES_KEY_SCHED
 
-#undef HAVE_DES_ECB_ENCRYPT
+#undef HAVE_DES_ECB_ENCRYPT_PROTO
 
 #undef TERMINFO
Index: owl.h
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/ktools/src/owl/repository/owl/owl.h,v
retrieving revision 1.30
diff -u -r1.30 owl.h
--- owl.h	2003/05/31 19:33:44	1.30
+++ owl.h	2003/06/02 02:11:27
@@ -113,7 +113,7 @@
 
 #define OWL_CMD_ALIAS_SUMMARY_PREFIX "command alias to: "
 
-#if defined(HAVE_DES_STRING_TO_KEY) && defined(HAVE_DES_KEY_SCHED) && defined(HAVE_DES_ECB_ENCRYPT)
+#if defined(HAVE_DES_STRING_TO_KEY) && defined(HAVE_DES_KEY_SCHED) && defined(HAVE_DES_ECB_ENCRYPT_PROTO)
 #define OWL_ENABLE_ZCRYPT 1
 #endif
 

home help back first fref pref prev next nref lref last post