From: Matt Birkholz Date: Fri, 10 Mar 2017 23:50:32 +0000 (-0700) Subject: Deprecate all exports from (runtime blowfish) and (runtime crypto). X-Git-Tag: mit-scheme-pucked-9.2.12~189 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7f0eff129bec09d7fece8bc65256d65a4cc6fe65;p=mit-scheme.git Deprecate all exports from (runtime blowfish) and (runtime crypto). --- 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