;;; -*-Scheme-*-
;;;
-;;; $Id: fileio.scm,v 1.157 2002/02/25 18:53:02 cph Exp $
+;;; $Id: fileio.scm,v 1.158 2002/06/28 18:20:19 cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology
;;;
(define ((read/write-encrypted-file? write?) group pathname)
(and (ref-variable enable-encrypted-files group)
(equal? "bf" (pathname-type pathname))
+ (md5-available?)
(blowfish-available?)
(or write? (blowfish-file? pathname))
#t))
#| -*-Scheme-*-
-$Id: make.scm,v 3.114 2002/02/03 04:31:55 cph Exp $
+$Id: make.scm,v 3.115 2002/06/28 18:20:35 cph Exp $
Copyright (c) 1989-2002 Massachusetts Institute of Technology
(load-package-set "edwin"
`((alternate-package-loader
. ,(load "edwin.bld" system-global-environment))))))))
-(add-identification! "Edwin" 3 112)
\ No newline at end of file
+(add-identification! "Edwin" 3 113)
\ No newline at end of file