From: Matt Birkholz Date: Mon, 1 May 2017 18:04:02 +0000 (-0700) Subject: Do NOT deprecate (runtime blowfish) and (runtime crypto) exports. X-Git-Tag: mit-scheme-pucked-9.2.12~139 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f6b022322a31ca0e428f5d91020eae7217c896af;p=mit-scheme.git Do NOT deprecate (runtime blowfish) and (runtime crypto) exports. The plugins export to these global bindings too. Users should feel free to reference these bindings, assuming plugins are loaded before they are used. --- diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 835301344..fcab5b981 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -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