Do NOT deprecate (runtime blowfish) and (runtime crypto) exports.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 1 May 2017 18:04:02 +0000 (11:04 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 1 May 2017 18:04:02 +0000 (11:04 -0700)
The plugins export to these global bindings too.  Users should feel
free to reference these bindings, assuming plugins are loaded before
they are used.

src/runtime/runtime.pkg

index 835301344fee42192fc28b04f04dab71b4207a5f..fcab5b981d3af56151fef9e614a2fa261ec6c0c0 100644 (file)
@@ -105,7 +105,7 @@ USA.
 (define-package (runtime blowfish)
   (files "blowfish")
   (parent (runtime))
-  (export () deprecated:blowfish
+  (export ()
          blowfish-available?
          blowfish-cbc
          blowfish-cfb64
@@ -5033,7 +5033,7 @@ USA.
 (define-package (runtime crypto)
   (files "crypto")
   (parent (runtime))
-  (export () deprecated:crypto
+  (export ()
          make-mhash-keygen-type
          mcrypt-algorithm-name
          mcrypt-algorithm-names