$OpenBSD: patch-widgets_hashBox_cpp,v 1.4 2015/10/12 10:52:26 sthen Exp $
--- widgets/hashBox.cpp.orig	Sat Oct 10 13:54:12 2015
+++ widgets/hashBox.cpp	Mon Oct 12 11:43:56 2015
@@ -26,8 +26,8 @@ QString hashBox::default_md = QString();
 
 void hashBox::resetDefault()
 {
-	/* SHA1 */
-	default_md = QString(hashalgos[1].name);
+	/* SHA256 */
+	default_md = QString("SHA 256");
 }
 
 hashBox::hashBox(QWidget *parent)
