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 Original file line Diff line number Diff line change
Expand Up @@ -154,9 +154,12 @@
#+allegro #+allegro
(list :ironclad-gray-streams) (list :ironclad-gray-streams)
#+lispworks #+lispworks
(list* :ironclad-gray-streams (list :ironclad-gray-streams
(when (not (member :lispworks4 *features*)) ;; Disable due to problem reports from Lispworks users and
'(:ironclad-md5-lispworks-int32))) ;; non-obviousness of the fix.
#+nil
(when (not (member :lispworks4 *features*))
'(:ironclad-md5-lispworks-int32)))
#+openmcl #+openmcl
(list :ironclad-gray-streams) (list :ironclad-gray-streams)
#-(or sbcl cmu allegro lispworks openmcl) #-(or sbcl cmu allegro lispworks openmcl)
Expand Down

0 comments on commit bc37440

Please sign in to comment.