diff --git a/ChangeLog b/ChangeLog
index 9e4f70e5ec6a2722ad40bc4ab55b7f7cbda45758..6f77eb6d3c8947d7b2eee7a6ad478b75937fcc2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,7 +15,7 @@ Gajim 0.13 (XX November 2009)
   * Ability to enable / disable accounts
   * better URL recognition
   * groupchat autoreconnect
-  * Store passwords in KDE wallet is available
+  * Store passwords in KDE wallet if available
   * Better MUC errors handling
   * Fix sound player launch (don't create zombies anymore)
   * Optional shell like completion
diff --git a/gajim.nsi b/gajim.nsi
index 3a5c8910f4edf4a171a979f3941d1ec6573c4b9e..a8ae0828101040e7e4d98e97a915de0560ce94e2 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -174,7 +174,6 @@ Section "Gajim" SecGajim
 	File "bin\pywintypes25.dll"
 	File "bin\OpenSSL.rand.pyd"
 	File "bin\select.pyd"
-	File "bin\Crypto.Hash.SHA256.pyd"
 	File "bin\sqlite3.dll"
 	File "bin\ssleay32.dll"
 	File "bin\OpenSSL.SSL.pyd"
@@ -651,7 +650,6 @@ Section "Uninstall"
 	Delete "$INSTDIR\bin\bz2.pyd"
 	Delete "$INSTDIR\bin\cairo._cairo.pyd"
 	Delete "$INSTDIR\bin\Crypto.Cipher.AES.pyd"
-	Delete "$INSTDIR\bin\Crypto.Hash.SHA256.pyd"
 	Delete "$INSTDIR\bin\gajim.exe"
 	Delete "$INSTDIR\bin\gobject._gobject.pyd"
 	Delete "$INSTDIR\bin\gtk._gtk.pyd"