My first post 0.6.3 fix: md5 is not opened by default and you cannot
load it later since the path is not translated.
This commit is contained in:
parent
00e8147657
commit
c0cccd7c7a
|
@ -462,6 +462,7 @@
|
|||
awk-interface
|
||||
char-predicates-interface; Urk -- Some of this is R5RS!
|
||||
dot-locking-interface
|
||||
md5-interface
|
||||
)
|
||||
|
||||
(open structure-refs
|
||||
|
@ -476,6 +477,7 @@
|
|||
field-reader-package
|
||||
char-predicates-lib ; Urk -- Some of this is R5RS!
|
||||
dot-locking
|
||||
md5
|
||||
scheme)
|
||||
|
||||
(access scsh-top-package)
|
||||
|
|
Loading…
Reference in New Issue