mirror of
https://github.com/pmai/md5.git
synced 2025-12-21 14:34:29 +01:00
Add missing sb-rotate-byte dependency for SBCL.
This commit is contained in:
1
md5.asd
1
md5.asd
@ -15,4 +15,5 @@
|
|||||||
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
|
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
|
||||||
:licence "Public Domain"
|
:licence "Public Domain"
|
||||||
:version "2.0.0"
|
:version "2.0.0"
|
||||||
|
#+sbcl :depends-on #+sbcl ("sb-rotate-byte")
|
||||||
:components ((:file "md5")))
|
:components ((:file "md5")))
|
||||||
|
|||||||
Reference in New Issue
Block a user