Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Fri, 13 Aug 1999 18:49:07 +0000 (18:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 13 Aug 1999 18:49:07 +0000 (18:49 +0000)
v7/src/runtime/blowfish.scm

index fe2ecb1766ad2fd5f9f4f798cb24e896e630f27d..8b8c718db9b6f7d239e9dbd2f281f92fafea62d8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: blowfish.scm,v 1.14 1999/08/13 18:32:11 cph Exp $
+$Id: blowfish.scm,v 1.15 1999/08/13 18:49:07 cph Exp $
 
 Copyright (c) 1997, 1999 Massachusetts Institute of Technology
 
@@ -77,7 +77,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
          ((ucode-primitive blowfish-set-key 1) string)))
 
   (set! blowfish-ecb
-       (lambda (input output key init-vector encrypt?)
+       (lambda (input output key encrypt?)
          (check-key)
          ((ucode-primitive blowfish-ecb 4) input output key encrypt?)))