aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keygendialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp
index 83c4096..8b50557 100644
--- a/keygendialog.cpp
+++ b/keygendialog.cpp
@@ -225,7 +225,7 @@ void KeyGenDialog::keyTypeChanged()
qDebug() << "changed";
if (keyTypeComboBox->currentText() == "RSA") {
qDebug() << "RSA";
- keySizeSpinBox->setMaximum(4096);
+ keySizeSpinBox->setMaximum(16384);
} else {
qDebug() << "DSA";
keySizeSpinBox->setMaximum(65536);