objCA - not objsignCA

This commit is contained in:
chris 2002-09-30 21:27:05 +00:00
parent e7c10a041a
commit 0214b08757

View File

@ -70,7 +70,7 @@ void MainWindow::newCert(pki_temp *templ)
"dataEncipherment", "keyAgreement", "keyCertSign",
"cRLSign", "encipherOnly", "decipherOnly"};
char *certTypeList[] = { "client", "server", "email", "objsign",
"sslCA", "emailCA", "objsignCA" };
"sslCA", "emailCA", "objCA" };
QListBoxItem *item;
NewX509 *dlg = new NewX509(this, NULL, keys, reqs, certs, temps, certImg, nsImg );
if (templ) {