Skip to content

Commit

Permalink
disable Lispworks MD5 INT32 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
froydnj committed Jun 16, 2012
1 parent 61f4814 commit bc37440
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ironclad.asd
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,12 @@
#+allegro
(list :ironclad-gray-streams)
#+lispworks
(list* :ironclad-gray-streams
(when (not (member :lispworks4 *features*))
'(:ironclad-md5-lispworks-int32)))
(list :ironclad-gray-streams
;; Disable due to problem reports from Lispworks users and
;; non-obviousness of the fix.
#+nil
(when (not (member :lispworks4 *features*))
'(:ironclad-md5-lispworks-int32)))
#+openmcl
(list :ironclad-gray-streams)
#-(or sbcl cmu allegro lispworks openmcl)
Expand Down

0 comments on commit bc37440

Please sign in to comment.