From f6b022322a31ca0e428f5d91020eae7217c896af Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 1 May 2017 11:04:02 -0700 Subject: [PATCH] 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. --- src/runtime/runtime.pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1