[pubcookie-dev] CVS update: jjminer; webiso/pubcookie configure.ac,1.84,1.85

miner at doit.wisc.edu miner at doit.wisc.edu
Wed Oct 5 08:48:37 PDT 2005


Update of /usr/local/cvsroot/webiso/pubcookie
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv5316
 
 Modified Files:
 	configure.ac 
 Log Message:
 
     Added the DES Encryption option back (misssed in the aes-branch merge)
 



Index: webiso/pubcookie/configure.ac
diff -c webiso/pubcookie/configure.ac:1.84 webiso/pubcookie/configure.ac:1.85
*** webiso/pubcookie/configure.ac:1.84	Tue Oct  4 15:29:20 2005
--- webiso/pubcookie/configure.ac	Wed Oct  5 08:48:35 2005
***************
*** 1,6 ****
  # Process this file with autoconf to produce a configure script.
  
! AC_REVISION($Revision: 1.84 $)
  AC_INIT(Pubcookie, [3.2.2 pre-beta1], pubcookie-dev at u.washington.edu)
  AC_CONFIG_SRCDIR([src/libpubcookie.c])
  AC_CONFIG_HEADER([src/config.h])
--- 1,6 ----
  # Process this file with autoconf to produce a configure script.
  
! AC_REVISION($Revision: 1.85 $)
  AC_INIT(Pubcookie, [3.2.2 pre-beta1], pubcookie-dev at u.washington.edu)
  AC_CONFIG_SRCDIR([src/libpubcookie.c])
  AC_CONFIG_HEADER([src/config.h])
***************
*** 511,516 ****
--- 511,526 ----
  		 [Define to 1 if openssl is directly in include path.])],
  		[AC_MSG_ERROR([can't find required SSL header files (may need --with-ssl-inc-dir)])])
  fi
+ 
+ # default encryption
+ 
+ AC_ARG_ENABLE(default-des,
+     AC_HELP_STRING([--enable-default-des],[Use DES encryption]),
+ [ case "${enableval}" in
+    yes)
+     AC_DEFINE(PBC_USE_DES_CRYPT, 1, [Define to 1 to revert to DES])
+     ;;
+   esac ])
  
  
  # Login Server specific stuff.



end of message


More information about the pubcookie-dev mailing list