From 7f0eff129bec09d7fece8bc65256d65a4cc6fe65 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 10 Mar 2017 16:50:32 -0700 Subject: [PATCH] Deprecate all exports from (runtime blowfish) and (runtime crypto). --- 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 310cce569..0b914f42e 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 () + (export () deprecated:blowfish blowfish-available? blowfish-cbc blowfish-cfb64 @@ -5019,7 +5019,7 @@ USA. (define-package (runtime crypto) (files "crypto") (parent (runtime)) - (export () + (export () deprecated:crypto make-mhash-keygen-type mcrypt-algorithm-name mcrypt-algorithm-names -- 2.25.1