(declare (usual-integrations))
\f
;;; This package now autoloads the blowfish plugin, which updates the
-;;; bindings here.
-
-;;; bindings during blowfish-available?. During a restore, the
+;;; bindings during blowfish-available?. During a restore the
;;; bindings are un-assigned. Restored threads in the midst of using
;;; the blowfish library thus quickly signal unassigned and can
;;; restart or abort as appropriate. It is assumed a restart begins
(let ((env (->environment '(runtime blowfish))))
(for-each
(lambda (name)
- (environment-assign! env name (microcode-object/unassigned)))
+ (environment-assign! env name #!default))
'(blowfish-cbc
blowfish-cfb64
blowfish-ecb
(let ((env (->environment '(runtime crypto))))
(for-each
(lambda (name)
- (environment-assign! env name (microcode-object/unassigned)))
+ (environment-assign! env name #!default))
'(
;; mcrypt
mcrypt-algorithm-name