diff --git a/apps/syndie/java/src/net/i2p/syndie/Sucker.java b/apps/syndie/java/src/net/i2p/syndie/Sucker.java
index f0a3e70dd6f65f1ab39dba766292e2db85e86586..786c2f7a0a930809ee9e1a4271f7e104f8bc518e 100644
--- a/apps/syndie/java/src/net/i2p/syndie/Sucker.java
+++ b/apps/syndie/java/src/net/i2p/syndie/Sucker.java
@@ -21,7 +21,7 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.ListIterator;
 
-import sun.security.provider.SHA;
+//import sun.security.provider.SHA;
 
 import com.sun.syndication.feed.atom.Entry;
 import com.sun.syndication.feed.synd.SyndCategory;
@@ -632,4 +632,4 @@ class SuckerFetchListener implements EepGet.StatusListener {
         // ignore
     }
     
-}
\ No newline at end of file
+}
diff --git a/history.txt b/history.txt
index 12405c0d9e6ca9c659b150578cc308e1e982dd14..649ab2e11727c5c747769c894c4b11032e7aaecd 100644
--- a/history.txt
+++ b/history.txt
@@ -1,7 +1,9 @@
-$Id: history.txt,v 1.295 2005/10/14 08:48:05 jrandom Exp $
+$Id: history.txt,v 1.296 2005/10/14 10:05:26 jrandom Exp $
 
 2005-10-14  jrandom
     * More explicit filter for linux/PPC building (thanks anon!)
+    * Fixed Syndie's Sucker to not explicitly reference something only found
+      in sun's JVM (thanks cervantes!)
 
 * 2005-10-14  0.6.1.3 released