Add interfaces to MD5 and Blowfish.
authorChris Hanson <org/chris-hanson/cph>
Mon, 9 Jun 1997 07:45:43 +0000 (07:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 9 Jun 1997 07:45:43 +0000 (07:45 +0000)
v7/src/runtime/ed-ffi.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index ac70fe01c792f9fc23eb1606e9f6494fc48c00e2..239004b192f08442dde04996837462f33175103f 100644 (file)
@@ -1,8 +1,8 @@
 #| -*- Scheme -*-
 
-$Id: ed-ffi.scm,v 1.16 1996/04/24 04:27:22 cph Exp $
+$Id: ed-ffi.scm,v 1.17 1997/06/09 07:44:52 cph Exp $
 
-Copyright (c) 1988-96 Massachusetts Institute of Technology
+Copyright (c) 1988-97 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -48,6 +48,8 @@ MIT in each case. |#
                syntax-table/system-internal)
     ("bitstr"  ()
                syntax-table/system-internal)
+    ("blowfish"        ()
+               syntax-table/system-internal)
     ("boole"   ()
                syntax-table/system-internal)
     ("boot"    ()
index 044bac29230de932f9bc7a650551f8d9aa610ed6..d49df5b9f8c82e9fe1173babd6366bc5004e7396 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.279 1997/05/19 17:38:00 cph Exp $
+$Id: runtime.pkg,v 14.280 1997/06/09 07:45:43 cph Exp $
 
 Copyright (c) 1988-97 Massachusetts Institute of Technology
 
@@ -35,7 +35,8 @@ MIT in each case. |#
 ;;;; Runtime System Packaging
 \f
 (define-package ()
-  (files "bitstr"
+  (files "blowfish"
+        "bitstr"
         "boole"
         "boot"
         "equals"
index e170663f4eb7eb9687f4098ddbc46f0a26c86412..5961a2e0c824a4a12db87aa1b631feb976b165a0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.285 1997/05/19 17:37:49 cph Exp $
+$Id: runtime.pkg,v 14.286 1997/06/09 07:45:14 cph Exp $
 
 Copyright (c) 1988-97 Massachusetts Institute of Technology
 
@@ -35,7 +35,8 @@ MIT in each case. |#
 ;;;; Runtime System Packaging
 \f
 (define-package ()
-  (files "bitstr"
+  (files "blowfish"
+        "bitstr"
         "boole"
         "boot"
         "equals"